Service Map Macros

These macros define service maps and entries.

BEGIN_SERVICE_MAP

Marks the beginning of an ATL service map.

END_SERVICE_MAP

Marks the end of an ATL service map.

SERVICE_ENTRY

Indicates that the object supports a specific service ID.

SERVICE_ENTRY_CHAIN

Instructs IServiceProviderImpl::QueryService to chain to the specified object.

See Also

Other Resources

ATL Macros