Skip to content
Snippets Groups Projects
Commit 7e564c43 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard
Browse files

include: Add an entry for ProcessIoPriority.

parent 1c84ac61
No related branches found
No related tags found
No related merge requests found
......@@ -3685,7 +3685,7 @@ static void test_process_info(HANDLE hproc)
case ProcessPriorityClass:
case ProcessPriorityBoost:
case ProcessLUIDDeviceMapsEnabled:
case 33 /* ProcessIoPriority */:
case ProcessIoPriority:
case ProcessIoCounters:
case ProcessVmCounters:
case ProcessWow64Information:
......
......@@ -1153,6 +1153,7 @@ typedef enum _PROCESSINFOCLASS {
ProcessDebugObjectHandle = 30,
ProcessDebugFlags = 31,
ProcessHandleTracing = 32,
ProcessIoPriority = 33,
ProcessExecuteFlags = 34,
ProcessTlsInformation = 35,
ProcessCookie = 36,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment