Commit f28a1eda authored by Felix Nawothnig's avatar Felix Nawothnig Committed by Alexandre Julliard

Add some values to the PROCESS_INFORMATION_CLASS enumeration.

parent 608bdc60
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment