END_OBJECT_MAP

END_OBJECT_MAP( )

Remarks

Marks the end of the map of ATL objects. When CComModule::RegisterServer is called, it updates the system registry for each object in the object map.

Start your object map with the BEGIN_OBJECT_MAP macro, add entries for each object with the OBJECT_ENTRY macro, and complete the map with the END_OBJECT_MAP macro.

ATL Macros and Global Functions