COleVariant::Attach

This method attaches the specified VARIANT object to the current COleVariant object. This method sets the VARTYPE of varSrc to VT_EMPTY.

At a Glance

Header file: Afxdisp.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

void Attach( VARIANT& varSrc );

See Also

COleVariant::operator LPCVARIANT, COleVariant::operator LPVARIANT, VARIANT, VARTYPE