We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1652ff commit 169584eCopy full SHA for 169584e
phnt/include/ntseapi.h
@@ -116,7 +116,7 @@ typedef enum _TOKEN_INFORMATION_CLASS
116
TokenChildProcessFlags, // q; s: ULONG
117
TokenIsLessPrivilegedAppContainer, // q: ULONG
118
TokenIsSandboxed, // q: ULONG
119
- TokenOriginatingProcessTrustLevel, // q: TOKEN_PROCESS_TRUST_LEVEL
+ TokenIsAppSilo, // TokenOriginatingProcessTrustLevel // q: TOKEN_PROCESS_TRUST_LEVEL
120
MaxTokenInfoClass
121
} TOKEN_INFORMATION_CLASS, *PTOKEN_INFORMATION_CLASS;
122
#endif
0 commit comments