COleVariant::Attach

Call this member function to attach the specified VARIANT object to the current COleVariant object. This function sets the VARTYPE of varSrc to VT_EMPTY.

Syntax

void Attach( VARIANT& varSrc );

At a Glance

Header file: Afxdisp.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

COleVariant Overview, COleVariant Member Functions, Automation Types, COleVariant::operator LPCVARIANT, COleVariant::operator LPVARIANT, VARIANT, VARTYPE