Freigeben über


COleVariant::operator LPVARIANT

Call this casting operator to access the underlying VARIANT structure for this COleVariant object.

operator LPVARIANT( );

Remarks

Warnung

Changing the value in the VARIANT structure accessed by the pointer returned by this function will change the value of this COleVariant object.

For more information, see the VARIANT entry in the Windows SDK.

Requirements

Header: afxdisp.h

See Also

Concepts

COleVariant Class

COleVariant Members

Hierarchy Chart

COleVariant::operator LPCVARIANT