_bstr_t::operator !

Microsoft Specific

bool operator!( ) const throw( );

Remarks

Checks if the encapsulated BSTR object is the NULL string. It returns true if yes, false if not.

_bstr_t Overview

END Microsoft Specific