Код: Выделить всё
std::wstring proc(BSTR bStr)
{
std::wstringstream ss;
std::wstring ws(bStr, SysStringLen(bStr));
ss
Подробнее здесь: [url]https://stackoverflow.com/questions/77494760/pipe-bstr-into-wstringstream[/url]Код: Выделить всё
std::wstring proc(BSTR bStr)
{
std::wstringstream ss;
std::wstring ws(bStr, SysStringLen(bStr));
ss
Подробнее здесь: [url]https://stackoverflow.com/questions/77494760/pipe-bstr-into-wstringstream[/url]