Hans Leidekker : include: Add the TOKEN_ELEVATION_TYPE enumeration.

Alexandre Julliard julliard at winehq.org
Mon Jul 26 13:22:38 CDT 2010


Module: wine
Branch: master
Commit: deb1c552d6d9f998c77fc599ddc5ccde5eb85df0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=deb1c552d6d9f998c77fc599ddc5ccde5eb85df0

Author: Hans Leidekker <hans at 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
  */




More information about the wine-cvs mailing list