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 7a33be8 commit bb47a70Copy full SHA for bb47a70
phnt/include/ntseapi.h
@@ -59,7 +59,8 @@
59
#define SE_INC_WORKING_SET_PRIVILEGE (33L)
60
#define SE_TIME_ZONE_PRIVILEGE (34L)
61
#define SE_CREATE_SYMBOLIC_LINK_PRIVILEGE (35L)
62
-#define SE_MAX_WELL_KNOWN_PRIVILEGE SE_CREATE_SYMBOLIC_LINK_PRIVILEGE
+#define SE_DELEGATE_SESSION_USER_IMPERSONATE_PRIVILEGE (36L)
63
+#define SE_MAX_WELL_KNOWN_PRIVILEGE SE_DELEGATE_SESSION_USER_IMPERSONATE_PRIVILEGE
64
65
// Authz
66
0 commit comments