Skip to content

Commit 169584e

Browse files
committed
Update ntseapi.h
1 parent b1652ff commit 169584e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phnt/include/ntseapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ typedef enum _TOKEN_INFORMATION_CLASS
116116
TokenChildProcessFlags, // q; s: ULONG
117117
TokenIsLessPrivilegedAppContainer, // q: ULONG
118118
TokenIsSandboxed, // q: ULONG
119-
TokenOriginatingProcessTrustLevel, // q: TOKEN_PROCESS_TRUST_LEVEL
119+
TokenIsAppSilo, // TokenOriginatingProcessTrustLevel // q: TOKEN_PROCESS_TRUST_LEVEL
120120
MaxTokenInfoClass
121121
} TOKEN_INFORMATION_CLASS, *PTOKEN_INFORMATION_CLASS;
122122
#endif

0 commit comments

Comments
 (0)