Signed-off-by: Brendan Shanks bshanks@codeweavers.com ---
From Geoff Chappell and the Windows 10.0.18362.0 SDK.
include/winternl.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/include/winternl.h b/include/winternl.h index b07a259765a..5116e574348 100644 --- a/include/winternl.h +++ b/include/winternl.h @@ -1868,8 +1868,16 @@ typedef enum _THREADINFOCLASS { ThreadUmsInformation, ThreadCounterProfiling, ThreadIdealProcessorEx, - ThreadSuspendCount = 35, - ThreadNameInformation = 38, + ThreadCpuAccountingInformation, + ThreadSuspendCount, + ThreadHeterogeneousCpuPolicy, + ThreadContainerId, + ThreadNameInformation, + ThreadSelectedCpuSets, + ThreadSystemThreadInformation, + ThreadActualGroupAffinity, + ThreadDynamicCodePolicyInfo, + ThreadSubsystemInformation = 45, MaxThreadInfoClass } THREADINFOCLASS;