COleObjectFactory::UpdateRegistryAll

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

Syntax

static void PASCAL UpdateRegistryAll( );

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