Add some values to the PROCESS_INFORMATION_CLASS enumeration.

This commit is contained in:
Felix Nawothnig 2005-07-03 11:20:50 +00:00 committed by Alexandre Julliard
parent 608bdc6025
commit f28a1eda88

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;