COleObjectFactory
The COleObjectFactory class implements the OLE class factory, which creates OLE objects such as servers, automation objects, and documents.
The COleObjectFactory class has member functions for performing the following functions:
Managing the registration of objects.
Updating the OLE system register, as well as the run-time registration that informs OLE that objects are running and ready to receive messages.
Enforcing licensing by limiting use of the control to licensed developers at design time and to licensed applications at run time.
Registering control object factories with the OLE system registry.
For more information about object creation, see the articles and . For more about registration, see the article . These articles are in Visual C++ Programmer’s Guide.
#include <afxdisp.h>
Class Members | Base Class | Hierarchy Chart
See Also COleTemplateServer