bstr
converting a char* to BSTR* which contains special characters
I\'m trying to convert a char* to a BSTR*, and my char* has special characters in it from being encrypted.I have tried several approaches found on the web, but back in the calling vb code, I always en[详细]
2023-02-28 05:36 分类:问答Using _bstr_t to pass parameter of type BSTR* in function
What is t开发者_开发知识库he correct way of doing this: _bstr_t description; errorInfo->GetDescription( &description.GetBSTR() );[详细]
2023-01-28 13:21 分类:问答Are BSTR UTF-16 Encoded?
I\'m in the process of trying to learn Unicode?For me the most difficult part is the Encoding.Can BSTRs (Basic String)开发者_如何学C content code points U+10000 or higher?If no, then what\'s the encod[详细]
2023-01-22 09:20 分类:问答Convert BSTR to char*
Anyone know how to convert BSTR to char* ? Update: I tried to do this, but don\'t know if it is right or wrong.[详细]
2023-01-15 03:08 分类:问答How to pass string array as BSTR* to web service proxy
In VS2005 I have generated a web reference to a web service that takes a 1-dimensional array of strings (\"inputArray\") as an input parameter.[详细]
2023-01-11 23:43 分类:问答BSTR, how to make your own?
I need to interface a Linux app to a server that uses bstr data. Can I \"roll\" my own code to make a bstr? I know the basics of a bstr, that it has a header with the byte size minus the null terminat[详细]
2023-01-11 03:58 分类:问答Memory leak for CComBSTR
I have read th开发者_Python百科at the following code causes memory leak. But did not understand why.[详细]
2022-12-11 20:22 分类:问答How to convert _bstr_t to CString
I have a _bstr_t variable bstrErr and I am having a CString variable csE开发者_如何学Gorror. How do I set the value which come in bstrErr to csError?Is it not possible just to cast it:[详细]
2022-12-10 04:55 分类:问答