From 4071f6c6f2da3e82025f6ab93e8cc3545a9c9c92 Mon Sep 17 00:00:00 2001 From: Brendan Shanks Date: Thu, 2 Dec 2021 09:19:07 -0800 Subject: [PATCH] include: Update the THREADINFOCLASS enumeration. Signed-off-by: Brendan Shanks Signed-off-by: Alexandre Julliard --- include/winternl.h | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/include/winternl.h b/include/winternl.h index 73315a0b323..76570246e48 100644 --- a/include/winternl.h +++ b/include/winternl.h @@ -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;