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::GetBSTR.
Microsoft Specific**
Points to the beginning of the BSTR wrapped by the _bstr_t.
Syntax
BSTR& GetBSTR( );
Return Value
The beginning of the BSTR wrapped by the _bstr_t.
Remarks
GetBSTR affects all _bstr_t objects that share a BSTR. More than one _bstr_t can share a BSTR through the use of the copy constructor and and operator=.
Example
See _bstr_t::Assign for an example using GetBSTR.
END Microsoft Specific