Server Registration Global Functions

These functions provide support for registering and unregistering server objects in the object map.

Important

The functions listed in the following table cannot be used in applications that execute in the Windows Runtime.

AtlComModuleRegisterServer

This function is called to register every object in the object map.

AtlComModuleUnregisterServer

This function is called to unregister every object in the object map.

AtlComModuleRegisterClassObjects

This function is called to register class objects.

AtlComModuleRevokeClassObjects

This function is called to revoke class objects from a COM module.

AtlComModuleGetClassObject

This function is called to get the class object.

See Also

Other Resources

ATL Functions