SPTMTHREADINFO
This structure contains thread management information implemented by the ISpTaskManager interface.
typedef struct SPTMTHREADINFO{
long lPoolSize;
long lPriority;
ULONG ulConcurrencyLimit;
ULONG ulMaxQuickAllocThreads;
} SPTMTHREADINFO;
Members
- lPoolSize
Number of threads in the pool. The default is -1. - lPriority
Priority of threads in the pool - ulConcurrencyLimit
Number of threads allowed to execute concurrently. The default is 0. - ulMaxQuickAllocThreads
Maximum number of dedicated threads retained
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.