File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1470,6 +1470,10 @@ typedef enum _SYSTEM_INFORMATION_CLASS
1470
1470
// SystemDifRemovePluginVerificationOnDriver = 220,
1471
1471
// SystemShadowStackInformation = 221, // SYSTEM_SHADOW_STACK_INFORMATION
1472
1472
// SystemBuildVersionInformation = 222, // SYSTEM_BUILD_VERSION_INFORMATION
1473
+ // SystemPoolLimitInformation = 233,
1474
+ // SystemCodeIntegrityAddDynamicStore = 234,
1475
+ // SystemCodeIntegrityClearDynamicStores = 235.
1476
+ // SystemDifPoolTrackingInformation = 236
1473
1477
MaxSystemInfoClass
1474
1478
} SYSTEM_INFORMATION_CLASS ;
1475
1479
Original file line number Diff line number Diff line change @@ -1763,7 +1763,6 @@ typedef enum _IO_SESSION_STATE
1763
1763
IoSessionStateMax
1764
1764
} IO_SESSION_STATE ;
1765
1765
1766
-
1767
1766
// Sessions
1768
1767
1769
1768
#if (PHNT_MODE != PHNT_MODE_KERNEL )
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ typedef enum _PROCESSINFOCLASS
215
215
ProcessLeapSecondInformation , // PROCESS_LEAP_SECOND_INFORMATION
216
216
ProcessFiberShadowStackAllocation , // PROCESS_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION // since 19H1
217
217
ProcessFreeFiberShadowStackAllocation , // PROCESS_FREE_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION
218
- ProcessAltSystemCallInformation , // since 20H1 // 100
218
+ ProcessAltSystemCallInformation , // qs: BOOLEAN (kernel-mode only) // since 20H1 // 100
219
219
ProcessDynamicEHContinuationTargets , // PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION
220
220
MaxProcessInfoClass
221
221
} PROCESSINFOCLASS ;
You can’t perform that action at this time.
0 commit comments