CComClassFactory

The CComClassFactory class implements the IClassFactory interface, which contains methods for creating an object of a particular CLSID, as well as locking the class factory in memory to allow new objects to be created more quickly.

Syntax

class CComClassFactory : public IClassFactory,

public CComObjectRootEx< CComGlobalsThreadModel >

At a Glance

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

See Also

CComClassFactory Methods, CComGlobalsThreadModel, CComObjectRootEx