mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
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,
|
||||
ProcessForegroundInformation = 25,
|
||||
ProcessWow64Information = 26,
|
||||
ProcessImageFileName = 27,
|
||||
ProcessLUIDDeviceMapsEnabled = 28,
|
||||
ProcessBreakOnTermination = 29,
|
||||
ProcessDebugObjectHandle = 30,
|
||||
ProcessDebugFlags = 31,
|
||||
ProcessHandleTracing = 32,
|
||||
MaxProcessInfoClass
|
||||
} PROCESSINFOCLASS, PROCESS_INFORMATION_CLASS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user