Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The latest version of this topic can be found at _bstr_t::operator !.
Microsoft Specific**
Checks if the encapsulated BSTR is a NULL string.
Syntax
bool operator!( ) const throw( );
Return Value
It returns true if yes, false if not.
END Microsoft Specific