This topic has not yet been rated - Rate this topic

SPTMTHREADINFO (SAPI 5.3)

Speech API 5.3
Microsoft Speech API 5.3

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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.