CComClassFactory

This 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.

At a Glance

Header file: Atlcom.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

class CComClassFactory : public IClassFactory,
public CComObjectRootEx< CComGlobalsThreadModel >

See Also

CComGlobalsThreadModel, CComObjectRootEx