COleObjectFactory::Register

Call this member function to register the object factory with the system DLLs. This function is usually called by CWinApp::InitInstance when the application is launched.

Syntax

BOOL Register( );

At a Glance

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

See Also

COleObjectFactory Overview, COleObjectFactory Member Functions, Application Architecture Classes, COleObjectFactory::RegisterAll, CWinApp::InitInstance