COleObjectFactory::UpdateRegistryAll

应用程序的对象工厂注册都具有OLE系统注册表中。

static BOOL PASCAL UpdateRegistryAll(
   BOOL bRegister = TRUE
);

参数

  • bRegister
    确定控件选件类的对象工厂是否将注册。

返回值

非零,如果成功更新工厂;否则为0。

备注

当应用程序启动时,此函数由 CWinApp::InitInstance 通常称为。

要求

Header: afxdisp.h

请参见

参考

COleObjectFactory选件类

层次结构图

COleObjectFactory::Revoke

COleObjectFactory::Register

COleObjectFactory::UpdateRegistry

CWinApp::InitInstance