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.
CComObjectGlobal< T > m_Obj;
Header file: | Atlcom.h |
Platforms: | |
Versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
CComClassFactorySingleton Overview, CComClassFactorySingleton Data Members