SPTMTHREADINFO (Windows CE 5.0)
This structure contains thread management information implemented by the ISpTaskManager interface.
typedef struct SPTMTHREADINFO{ longlPoolSize; longlPriority; ULONGulConcurrencyLimit; ULONGulMaxQuickAllocThreads;} 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
Send Feedback on this topic to the authors