include: Update the THREADINFOCLASS enumeration.
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
65dd060a67
commit
4071f6c6f2
|
@ -1869,8 +1869,23 @@ typedef enum _THREADINFOCLASS {
|
||||||
ThreadUmsInformation,
|
ThreadUmsInformation,
|
||||||
ThreadCounterProfiling,
|
ThreadCounterProfiling,
|
||||||
ThreadIdealProcessorEx,
|
ThreadIdealProcessorEx,
|
||||||
ThreadSuspendCount = 35,
|
ThreadCpuAccountingInformation,
|
||||||
ThreadNameInformation = 38,
|
ThreadSuspendCount,
|
||||||
|
ThreadHeterogeneousCpuPolicy,
|
||||||
|
ThreadContainerId,
|
||||||
|
ThreadNameInformation,
|
||||||
|
ThreadSelectedCpuSets,
|
||||||
|
ThreadSystemThreadInformation,
|
||||||
|
ThreadActualGroupAffinity,
|
||||||
|
ThreadDynamicCodePolicyInfo,
|
||||||
|
ThreadExplicitCaseSensitivity,
|
||||||
|
ThreadWorkOnBehalfTicket,
|
||||||
|
ThreadSubsystemInformation,
|
||||||
|
ThreadDbgkWerReportActive,
|
||||||
|
ThreadAttachContainer,
|
||||||
|
ThreadManageWritesToExecutableMemory,
|
||||||
|
ThreadPowerThrottlingState,
|
||||||
|
ThreadWorkloadClass,
|
||||||
MaxThreadInfoClass
|
MaxThreadInfoClass
|
||||||
} THREADINFOCLASS;
|
} THREADINFOCLASS;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue