COleObjectFactory::COleObjectFactory

This constructor constructs a COleObjectFactory object, initialize it as an unregistered object factory, and add it to the list of factories. You must register it before you can use it.

At a Glance

Header file: Afxdisp.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation Visual C++ documentation

Syntax

COleObjectFactory( REFCLSID clsid, CRuntimeClass* pRuntimeClass, BOOL bMultiInstance, LPCTSTR lpszProgID );

See Also

COleObjectFactory::Register, CRuntimeClass