_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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
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