RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::& Operator

Returns a pointer to the underlying BSTR.

Pascal
operator &;
C++
__fastcall BSTR* operator &();

Use the & System::WideString::& to obtain a pointer to the internal BSTR that is used to implement theSystem::WideString::WideString.

Note: BSTR values are used with COM objects. Do not use COM objects in platform-independent applications, since COM is only available under Window.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!