CAtlAutoThreadModule Class

This class implements a thread-pooled, apartment-model COM server.

class CAtlAutoThreadModule :
   public CAtlAutoThreadModuleT< CAtlAutoThreadModule >

Remarks

CAtlAutoThreadModule derives from CAtlAutoThreadModuleT and implements a thread-pooled, apartment-model COM server. CAtlAutoThreadModule uses CComApartment to manage an apartment for each thread in the module.

You must use the DECLARE_CLASSFACTORY_AUTO_THREAD macro in your object's class definition to specify CComClassFactoryAutoThread as the class factory. You should then add a single instance of a class derived from CAtlAutoThreadModuleT such as CAtlAutoThreadModule. For example:

CAtlAutoThreadModule _AtlAutoModule; // name is immaterial.

Nota

This class replaces the obsolete CComAutoThreadModule class.

Requirements

Header: atlbase.h

See Also

Reference

CAtlAutoThreadModuleT Class

IAtlAutoThreadModule Class

ATL Module Classes

Other Resources

ATL Class Overview