Skip to content

Commit 63d1db9

Browse files
committed
phnt: update comments
1 parent f014e1d commit 63d1db9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

phnt/include/ntexapi.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,10 @@ typedef enum _SYSTEM_INFORMATION_CLASS
14701470
// SystemDifRemovePluginVerificationOnDriver = 220,
14711471
// SystemShadowStackInformation = 221, // SYSTEM_SHADOW_STACK_INFORMATION
14721472
// SystemBuildVersionInformation = 222, // SYSTEM_BUILD_VERSION_INFORMATION
1473+
// SystemPoolLimitInformation = 233,
1474+
// SystemCodeIntegrityAddDynamicStore = 234,
1475+
// SystemCodeIntegrityClearDynamicStores = 235.
1476+
// SystemDifPoolTrackingInformation = 236
14731477
MaxSystemInfoClass
14741478
} SYSTEM_INFORMATION_CLASS;
14751479

phnt/include/ntioapi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,6 @@ typedef enum _IO_SESSION_STATE
17631763
IoSessionStateMax
17641764
} IO_SESSION_STATE;
17651765

1766-
17671766
// Sessions
17681767

17691768
#if (PHNT_MODE != PHNT_MODE_KERNEL)

phnt/include/ntpsapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ typedef enum _PROCESSINFOCLASS
215215
ProcessLeapSecondInformation, // PROCESS_LEAP_SECOND_INFORMATION
216216
ProcessFiberShadowStackAllocation, // PROCESS_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION // since 19H1
217217
ProcessFreeFiberShadowStackAllocation, // PROCESS_FREE_FIBER_SHADOW_STACK_ALLOCATION_INFORMATION
218-
ProcessAltSystemCallInformation, // since 20H1 // 100
218+
ProcessAltSystemCallInformation, // qs: BOOLEAN (kernel-mode only) // since 20H1 // 100
219219
ProcessDynamicEHContinuationTargets, // PROCESS_DYNAMIC_EH_CONTINUATION_TARGETS_INFORMATION
220220
MaxProcessInfoClass
221221
} PROCESSINFOCLASS;

0 commit comments

Comments
 (0)