BEGIN_SERVICE_MAP( theClass )
Parameters
theClass
[in] Specifies the class containing the service map.
Remarks
Marks the beginning of the service map. Use the service map to implement service provider functionality on your COM object. First, you must derive your class from IServiceProviderImpl. There are two types of entries:
Example
See SERVICE_ENTRY
ATL Macros and Global Functions
See Also