_bstr_t::operator !
Microsoft Specific
Checks if the encapsulated BSTR is a NULL string.
bool operator!( ) const throw( );
Return Value
It returns true if yes, false if not.
END Microsoft Specific
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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