We recommend using Visual Studio 2017
This documentation is archived and is not being maintained.
_bstr_t::wchar_t*, _bstr_t::char*
Visual Studio 2010
Microsoft Specific
Returns the BSTR characters as a narrow or wide character array.
operator const wchar_t*( ) const throw( ); operator wchar_t*( ) const throw( ); operator const char*( ) const; operator char*( ) const;
Show: