AtlComModuleRevokeClassObjects

 

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

Important

This function cannot be used in applications that execute in the Windows Runtime.

Syntax

      ATLINLINE ATLAPI AtlComModuleRevokeClassObjects(
_ATL_COM_MODULE * pComModule 
);

Parameters

  • pComModule
    Pointer to the COM module.

Return Value

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

Remarks

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

Requirements

Header: atlbase.h

See Also

Server Registration Global Functions