Share via


DECLARE_CLASSFACTORY_AUTO_THREAD

DECLARE_CLASSFACTORY_AUTO_THREAD( )

Remarks

Declares CComClassFactoryAutoThread to be the class factory. For example:

class CMyClass : ..., public CComCoClass< ... >
{
   ...
   DECLARE_CLASSFACTORY_AUTO_THREAD( )
   ...
};

CComCoClass includes the DECLARE_CLASSFACTORY macro, which specifies CComClassFactory as the default class factory. However, by including the DECLARE_CLASSFACTORY_AUTO_THREAD macro in your object's class definition, you override this default.

ATL Macros and Global Functions

See Also

DECLARE_CLASSFACTORY_EX, DECLARE_CLASSFACTORY2, DECLARE_CLASSFACTORY_SINGLETON