COleObjectFactory::RegisterAll

Call this member function to register all of the application's object factories with the system DLLs. This function is usually called by CWinApp::InitInstance when the application is launched.

Syntax

static BOOL PASCAL RegisterAll( );

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::Register, CWinApp::InitInstance