[PATCH] include: Add missing defines for tokens in winnt.h (original) (raw)
Vijay Kiran Kamuju infyquest at gmail.com
Thu Dec 12 05:43:34 CST 2019
- Previous message (by thread): [PATCH] ole32/tests: Fix return value trace.
- Next message (by thread): [PATCH vkd3d 1/2] vkd3d: Map the copy queue to the compute queue if necessary and possible.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
include/winnt.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/winnt.h b/include/winnt.h index 1db7fdd28e..56734f178d 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -4177,6 +4177,11 @@ typedef enum _TOKEN_INFORMATION_CLASS { MaxTokenInfoClass } TOKEN_INFORMATION_CLASS; +#define DISABLE_MAX_PRIVILEGE 0x1 +#define SANDBOX_INERT 0x2 +#define LUA_TOKEN 0x4 +#define WRITE_RESTRICTED 0x8 + #define TOKEN_TOKEN_ADJUST_DEFAULT 0x0080 #define TOKEN_ADJUST_GROUPS 0x0040 #define TOKEN_ADJUST_PRIVILEGES 0x0020
2.21.0
- Previous message (by thread): [PATCH] ole32/tests: Fix return value trace.
- Next message (by thread): [PATCH vkd3d 1/2] vkd3d: Map the copy queue to the compute queue if necessary and possible.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]