_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.
END Microsoft Specific
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
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.
END Microsoft Specific