_bstr_t::operator !

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at _bstr_t::operator !.

Microsoft Specific**

Checks if the encapsulated BSTR is a NULL string.

  
bool operator!( ) const throw( );  
  

It returns true if yes, false if not.

END Microsoft Specific

_bstr_t Class

Show: