Поделиться через


AtlComModuleRevokeClassObjects

This function is called to remove the class factory/factories from the Running Object Table.

ATLINLINE ATLAPI AtlComModuleRevokeClassObjects(
   _ATL_COM_MODULE * pComModule 
);

Параметры

  • pComModule
    Pointer to the COM module.

Возвращаемое значение

Returns S_OK on success, or an error HRESULT on failure.

Заметки

This helper function is utilized by CComModule::RevokeClassObjects (obsolete in ATL 7.0) and CAtlExeModuleT::RevokeClassObjects.

Требования

Header: atlbase.h

См. также

Основные понятия

Server Registration Global Functions