[PATCH v2 2/3] include: Update the THREADINFOCLASS enumeration.

Brendan Shanks bshanks at codeweavers.com
Thu Dec 2 11:19:07 CST 2021


Signed-off-by: Brendan Shanks <bshanks at 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;
 
-- 
2.30.1 (Apple Git-130)




More information about the wine-devel mailing list