SPTMTHREADINFO (Windows Embedded CE 6.0)
1/6/2010
This structure contains thread management information implemented by the ISpTaskManager interface.
Syntax
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
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |