Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the number of threads to create and make available to execute tasks.
Syntax
HRESULT retVal = object.SetThreadPoolSize(ulNumThreads);
Parameters
ulNumThreads [in]
Type: unsigned longNumber of threads to make available in the thread pool.
Remarks
This method is used to define how many threads can be used to process tasks. If set to zero, the thread scheduling the work executes it.