CComClassFactorySingleton::m_Obj

This data member is the CComObjectGlobal object constructed by CComClassFactorySingleton, where T is the class template parameter. Each call to the CreateInstance method simply queries this object for an interface pointer.

Syntax

CComObjectGlobal< T > m_Obj;

At a Glance

Header file: Atlcom.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComClassFactorySingleton Overview, CComClassFactorySingleton Data Members