Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Call this function to attach the given VARIANT object to the current COleVariant object.
void Attach(
VARIANT& varSrc
);
Parameters
- varSrc
An existing VARIANT object to be attached to the current COleVariant object.
Remarks
This function sets the VARTYPE of varSrc to VT_EMPTY.
For more information, see the VARIANT and VARTYPE entries in the Windows SDK.
Requirements
Header: afxdisp.h