winnt.h: Completed TOKEN_INFORMATION_CLASS enum definition

Luke Benstead kazade at gmail.com
Sat Mar 7 02:42:02 CST 2009


Used information from http://msdn.microsoft.com/en-us/library/aa379626.aspx

Luke.
-------------- next part --------------
From 35cc691a666ab2538bb4d96e6f178371d7aa1583 Mon Sep 17 00:00:00 2001
From: Luke Benstead <kazade at gmail.com>
Date: Sat, 7 Mar 2009 08:37:34 +0000
Subject: Completed TOKEN_INFORMATION_CLASS enum definition

---
 include/winnt.h |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index 69c4b10..abcc502 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -3603,7 +3603,21 @@ typedef enum _TOKEN_INFORMATION_CLASS {
   TokenSessionId,
   TokenGroupsAndPrivileges,
   TokenSessionReference,
-  TokenSandBoxInert
+  TokenSandBoxInert,
+  TokenAuditPolicy,
+  TokenOrigin,
+  TokenElevationType,
+  TokenLinkedToken,
+  TokenElevation,
+  TokenHasRestrictions,
+  TokenAccessInformation,
+  TokenVirtualizationAllowed,
+  TokenVirtualizationEnabled,
+  TokenIntegrityLevel,
+  TokenUIAccess,
+  TokenMandatoryPolicy,
+  TokenLogonSid,
+  MaxTokenInfoClass
 } TOKEN_INFORMATION_CLASS;
 
 #define TOKEN_TOKEN_ADJUST_DEFAULT   0x0080
-- 
1.6.0.4


More information about the wine-patches mailing list