COleObjectFactory::RegisterAll

Registers all of the application's object factories with the OLE system DLLs.

static BOOL PASCAL RegisterAll( );

Return Value

Nonzero if the factories are successfully registered; otherwise 0.

Remarks

This function is usually called by CWinApp::InitInstance when the application is launched.

Requirements

Header: afxdisp.h

See Also

Reference

COleObjectFactory Class

Hierarchy Chart

COleObjectFactory::Revoke

COleObjectFactory::Register

CWinApp::InitInstance

Other Resources

COleObjectFactory Members