AtlComModuleRegisterServer
Visual Studio 2012
This function is called to register every object in the object map.
Important
|
|---|
|
This function cannot be used in applications that execute in the Windows Runtime. |
ATLINLINE ATLAPI AtlComModuleRegisterServer( _ATL_COM_MODULE* pComModule, BOOL bRegTypeLib, const CLSID* pCLSID );
AtlComModuleRegisterServer walks the ATL autogenerated object map and registers each object in the map. If pCLSID is not NULL, then only the object referred to by pCLSID is registered; otherwise all of the objects are registered.
This function is called by CAtlComModule::RegisterServer.
Important