CComAutoThreadModule::Init

void Init( _ATL_OBJMAP_ENTRY* p, HINSTANCE h, int nThreads = GetDefaultThreads( ) );

Parameters

p

[in] A pointer to an array of object map entries.

h

[in] The HINSTANCE passed to DLLMain or WinMain.

nThreads

[in] The number of threads to be created. By default, nThreads is the value returned by GetDefaultThreads.

Remarks

Initializes data members and creates the number of threads specified by nThreads.

CComAutoThreadModule OverviewClass Members

See Also   CComAutoThreadModule::m_nThreads