COleVariant::Clear

Call this member function to clear the VARIANT. This sets the VARTYPE for this object to VT_EMPTY. The COleVariant destructor calls this function.

Syntax

void Clear( );

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, VariantClear, VARIANT, VARTYPE