次の方法で共有


TBoundProperty<BSTR>.operator& (Compact 2013)

3/28/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,
XRPropertyBag.h

Library

oleaut32.lib

See Also

Reference

C++ Overloaded Operators for TBoundProperty<BSTR>
TBoundProperty<BSTR>

Other Resources

BSTR