TBoundProperty<BSTR>.operator& (Compact 7)
3/12/2014
The & overloaded operator returns the address of a binary string that contains the value of the operand on the right in a C++ expression.
Syntax
BSTR* operator&(void)
Parameters
None.
Return Value
Returns the address of the BSTR string in a TBoundProperty<BSTR> object.
Requirements
Header |
oleauto.h, |
Library |
oleaut32.lib |
See Also
Reference
C++ Overloaded Operators for TBoundProperty<BSTR>
TBoundProperty<BSTR>