CComVariant

class CComVariant : public tagVARIANT

CComVariant wraps the VARIANT type, which consists of a tagged union, as well as a member indicating the value type stored in the union. VARIANTs are typically used in Automation.

#include <atlbase.h>

Class Members