[v2 PATCH 2/4] include: Add some more process information class constants.

Nikolay Sivov nsivov at codeweavers.com
Tue May 24 11:18:19 CDT 2022


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 include/winternl.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/winternl.h b/include/winternl.h
index bfb211128a8..85aac653a21 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -1566,6 +1566,14 @@ typedef enum _PROCESSINFOCLASS {
     ProcessThreadStackAllocation = 41,
     ProcessWorkingSetWatchEx = 42,
     ProcessImageFileNameWin32 = 43,
+    ProcessImageFileMapping = 44,
+    ProcessAffinityUpdateMode = 45,
+    ProcessMemoryAllocationMode = 46,
+    ProcessGroupInformation = 47,
+    ProcessTokenVirtualizationEnabled = 48,
+    ProcessConsoleHostProcess = 49,
+    ProcessWindowInformation = 50,
+    ProcessHandleInformation = 51,
     MaxProcessInfoClass,
 #ifdef __WINESRC__
     ProcessWineMakeProcessSystem = 1000,
-- 
2.35.1




More information about the wine-devel mailing list