_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
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
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