How to properly reset _bstr_t to `NULL`...
Read Moreoperator TYPE () and taking the address of an object...
Read MoreWhen is it optional to reallocate `[in,out]` parameter?...
Read MoreIs garbage initial value okay for `[out] BSTR*` parameter?...
Read MoreProblems with converting BSTR to float...
Read Morec++ _bstr_t instead of use string...
Read Morepass array of strings into COM object...
Read MoreOPOS BSTR* not converting properly...
Read MoreWho owns returned string from _bstr_t::wchar_t*, _bstr_t::char* operators?...
Read MoreCan I use the _bstr_t class to convert between multibyte and Unicode on Windows? (C++)...
Read MoreDo I need to free BSTRs populated by _Type::get_FullName...
Read MoreMarshlDirectiveException in C# when trying to pass BSTR* from COM Component...
Read MoreWhy BSTR and how to convert it to QString?...
Read MoreHow to delete the variables with types BSTR in C++...
Read MoreLooking for the shortest string type conversion C++...
Read MoreInvalid null pointer when using _bstr_t...
Read MoreFreeing up _bstr_t which is created from char*...
Read MoreHow can I set the length, when creating a BSTR (using _bstr_t wrapper) by a native string?...
Read MoreStatic code analysis for detecting passing a wchar_t* to BSTR...
Read More::SysFreeString() crashing in WINDOWS2008 only...
Read MoreMangled LPCTSTR string returned from a function...
Read MoreCOM fail to properly marshal a BSTR from a managed server to native client...
Read More