Luke Benstead : winnt.h: Completed TOKEN_INFORMATION_CLASS enum definition.

Alexandre Julliard julliard at winehq.org
Mon Mar 9 09:40:24 CDT 2009


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

Author: Luke Benstead <kazade at gmail.com>
Date:   Sat Mar  7 08:37:34 2009 +0000

winnt.h: 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




More information about the wine-cvs mailing list