CComAutoThreadModule::GetDefaultThreads

static int GetDefaultThreads( );

Return Value

The number of threads to be created in the EXE module.

Remarks

This static method dynamically calculates the maximum number of threads for the EXE module, based on the number of processors. By default, this return value is passed to the Init method to create the threads.

CComAutoThreadModule OverviewClass Members