Module: wine Branch: master Commit: deb1c552d6d9f998c77fc599ddc5ccde5eb85df0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=deb1c552d6d9f998c77fc599dd...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Jul 26 12:09:37 2010 +0200
include: Add the TOKEN_ELEVATION_TYPE enumeration.
---
include/winnt.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/winnt.h b/include/winnt.h index e29444a..0bcb31b 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -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 */