COleVariant::Attach
**void Attach( VARIANT&**varSrc );
Parameters
varSrc
An existing VARIANT object to be attached to the current COleVariant object.
Remarks
Call this function to attach the given object to the current COleVariant object. This function sets the of varSrc to VT_EMPTY.
For more information, see the and entries in the Win32 SDK OLE Programmer’s Reference.
COleVariant Overview | Class Members | Hierarchy Chart
See Also COleVariant::operator LPCVARIANT, COleVariant::operator LPVARIANT