[ntdll] Add some process information classes

Felix Nawothnig felix.nawothnig at t-online.de
Sat Jul 2 11:39:45 CDT 2005


ChangeLog:
Add some values to the PROCESS_INFORMATION_CLASS enumeration
-------------- next part --------------
Index: ../../include/winternl.h
===================================================================
RCS file: /home/wine/wine/include/winternl.h,v
retrieving revision 1.151
diff -u -r1.151 winternl.h
--- ../../include/winternl.h	28 Jun 2005 10:53:24 -0000	1.151
+++ ../../include/winternl.h	2 Jul 2005 16:33:39 -0000
@@ -606,6 +606,12 @@
     ProcessSessionInformation = 24,
     ProcessForegroundInformation = 25,
     ProcessWow64Information = 26,
+    ProcessImageFileName = 27,
+    ProcessLUIDDeviceMapsEnabled = 28,
+    ProcessBreakOnTermination = 29,
+    ProcessDebugObjectHandle = 30,
+    ProcessDebugFlags = 31,
+    ProcessHandleTracing = 32,
     MaxProcessInfoClass
 } PROCESSINFOCLASS, PROCESS_INFORMATION_CLASS;
 


More information about the wine-patches mailing list