Commit deb1c552 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

include: Add the TOKEN_ELEVATION_TYPE enumeration.

parent 9686c957
......@@ -3800,6 +3800,12 @@ typedef PVOID PACCESS_TOKEN;
typedef PVOID PSECURITY_DESCRIPTOR;
typedef PVOID PSID;
typedef enum _TOKEN_ELEVATION_TYPE {
TokenElevationTypeDefault = 1,
TokenElevationTypeFull,
TokenElevationTypeLimited
} TOKEN_ELEVATION_TYPE, *PTOKEN_ELEVATION_TYPE;
/*
* TOKEN_INFORMATION_CLASS
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment