UMS_SYSTEM_THREAD_INFORMATION structure
Specifies a UMS scheduler thread, UMS worker thread, or non-UMS thread. The GetUmsSystemThreadInformation function uses this structure.
Syntax
typedef struct _UMS_SYSTEM_THREAD_INFORMATION { ULONG UmsVersion; struct { ULONG IsUmsSchedulerThread; ULONG IsUmsWorkerThread; }; } UMS_SYSTEM_THREAD_INFORMATION, *PUMS_SYSTEM_THREAD_INFORMATION;
Members
- UmsVersion
-
The UMS version. This member must be UMS_VERSION.
- IsUmsSchedulerThread
-
A bitfield that specifies a UMS scheduler thread. If IsUmsSchedulerThread is set, IsUmsWorkerThread must be clear.
- IsUmsWorkerThread
-
A bitfield that specifies a UMS worker thread. If IsUmsWorkerThread is set, IsUmsSchedulerThread must be clear.
Remarks
If both IsUmsSchedulerThread and IsUmsWorkerThread are clear, the structure specifies a non-UMS thread.
Requirements
|
Minimum supported client |
Windows 7 with SP1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 with SP1 [desktop apps only] |
|
Version |
Windows 7 (64-bit only) and Windows Server 2008 R2 (64-bit only) with KB977165 installed |
|
Header |
|