Share via


SPTMTHREADINFO (Windows CE 5.0)

Send Feedback

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

SAPI Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.