You are reading help file online using chmlib.com
|
SPTMTHREADINFO contains thread management information implemented by the ISpTaskManager interface.
typedef struct SPTMTHREADINFO
{
long lPoolSize;
long lPriority;
ULONG ulConcurrencyLimit;
ULONG ulMaxQuickAllocThreads;
} SPTMTHREADINFO;
You are reading help file online using chmlib.com
|