Share via


SPTMTHREADINFO

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

SAPI Structures