CVS: winex/include winternl.h,1.9,1.10
[email protected] 31 Jul 2007 19:42:09 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include winternl.h,1.9,1.10Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv31797/include
Modified Files:
winternl.h
Log Message:
- fill in some more PROCESSINFOCLASS values
Index: winternl.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/winternl.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- winternl.h 31 Jul 2007 19:41:32 -0000 1.9
+++ winternl.h 31 Jul 2007 19:42:07 -0000 1.10
@@ -177,6 +177,12 @@
ProcessSessionInformation = 24,
ProcessForegroundInformation = 25,
ProcessWow64Information = 26,
+ ProcessImageFileName = 27,
+ ProcessLUIDDeviceMapsEnabled = 28,
+ ProcessBreakOnTermination = 29,
+ ProcessDebugObjectHandle = 30,
+ ProcessDebugFlags = 31,
+ ProcessHandleTracing = 32,
MaxProcessInfoClass
} PROCESSINFOCLASS;