Add some values to the PROCESS_INFORMATION_CLASS enumeration.

oldstable
Felix Nawothnig 2005-07-03 11:20:50 +00:00 committed by Alexandre Julliard
parent 608bdc6025
commit f28a1eda88
1 changed files with 6 additions and 0 deletions

View File

@ -606,6 +606,12 @@ typedef enum _PROCESSINFOCLASS {
ProcessSessionInformation = 24,
ProcessForegroundInformation = 25,
ProcessWow64Information = 26,
ProcessImageFileName = 27,
ProcessLUIDDeviceMapsEnabled = 28,
ProcessBreakOnTermination = 29,
ProcessDebugObjectHandle = 30,
ProcessDebugFlags = 31,
ProcessHandleTracing = 32,
MaxProcessInfoClass
} PROCESSINFOCLASS, PROCESS_INFORMATION_CLASS;