Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Detaches the underlying VARIANT object from this COleVariant object.
VARIANT Detach( );
Return Type
The underlying VARIANT value of this COleVariant object.
Remarks
This function sets the VARTYPE for this COleVariant object to VT_EMPTY.
Hinweis
After calling Detach, it is the caller's responsibility to call VariantClear on the resulting VARIANT structure.
For more information, see the VARIANT, VARTYPE, and VariantClear entries in the Windows SDK.
Requirements
Header: afxdisp.h