SPTMTHREADINFO

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

SPTMTHREADINFO

SPTMTHREADINFO 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 pool (-1 default).
lPriority
Priority of threads in pool.
ulConcurrencyLimit
Number of threads allowed to concurrently execute (0 default).
ulMaxQuickAllocThreads
Maximum number of dedicated threads retained.