Add some values to the PROCESS_INFORMATION_CLASS enumeration.
This commit is contained in:
parent
608bdc6025
commit
f28a1eda88
@ -606,6 +606,12 @@ typedef enum _PROCESSINFOCLASS {
|
|||||||
ProcessSessionInformation = 24,
|
ProcessSessionInformation = 24,
|
||||||
ProcessForegroundInformation = 25,
|
ProcessForegroundInformation = 25,
|
||||||
ProcessWow64Information = 26,
|
ProcessWow64Information = 26,
|
||||||
|
ProcessImageFileName = 27,
|
||||||
|
ProcessLUIDDeviceMapsEnabled = 28,
|
||||||
|
ProcessBreakOnTermination = 29,
|
||||||
|
ProcessDebugObjectHandle = 30,
|
||||||
|
ProcessDebugFlags = 31,
|
||||||
|
ProcessHandleTracing = 32,
|
||||||
MaxProcessInfoClass
|
MaxProcessInfoClass
|
||||||
} PROCESSINFOCLASS, PROCESS_INFORMATION_CLASS;
|
} PROCESSINFOCLASS, PROCESS_INFORMATION_CLASS;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user