[2/3] include: Add the TOKEN_ELEVATION_TYPE enumeration.

Hans Leidekker hans at codeweavers.com
Mon Jul 26 05:09:37 CDT 2010


---
 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
  */
-- 
1.7.0.4







More information about the wine-patches mailing list