Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 operator=.
Example
See _bstr_t::Assign for an example that uses GetBSTR.
END Microsoft Specific