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,
|
||||
ThreadCounterProfiling,
|
||||
ThreadIdealProcessorEx,
|
||||
ThreadSuspendCount = 35,
|
||||
ThreadNameInformation = 38,
|
||||
ThreadCpuAccountingInformation,
|
||||
ThreadSuspendCount,
|
||||
ThreadHeterogeneousCpuPolicy,
|
||||
ThreadContainerId,
|
||||
ThreadNameInformation,
|
||||
ThreadSelectedCpuSets,
|
||||
ThreadSystemThreadInformation,
|
||||
ThreadActualGroupAffinity,
|
||||
ThreadDynamicCodePolicyInfo,
|
||||
ThreadExplicitCaseSensitivity,
|
||||
ThreadWorkOnBehalfTicket,
|
||||
ThreadSubsystemInformation,
|
||||
ThreadDbgkWerReportActive,
|
||||
ThreadAttachContainer,
|
||||
ThreadManageWritesToExecutableMemory,
|
||||
ThreadPowerThrottlingState,
|
||||
ThreadWorkloadClass,
|
||||
MaxThreadInfoClass
|
||||
} THREADINFOCLASS;
|
||||
|
||||
|
|
Loading…
Reference in New Issue