开发者

Equivalent of Bstr Wrapper of c# in vc++

开发者 https://www.devze.com 2022-12-22 09:49 出处:网络
what is the equivalent of BstrWrapper of c# in vc++开发者_StackOverflowATL has the quite handy CComBSTR class. However, ATL comes only with the paid versions of VS.

what is the equivalent of BstrWrapper of c# in vc++开发者_StackOverflow


ATL has the quite handy CComBSTR class. However, ATL comes only with the paid versions of VS.

There's also the compiler COM support class _bstr_t.

And you can directly use the Win32 string manipulation functions.


In Win32 BSTR, other libraries might provide wrappers of this primitive type.

0

精彩评论

暂无评论...
验证码 换一张
取 消