Fix more wrong structure defintions that don't match official ones, plus fix little bug I introduced.

svn path=/trunk/; revision=12744
This commit is contained in:
Alex Ionescu
2005-01-03 01:13:10 +00:00
parent 8c1121a5be
commit 01efd62aff
4 changed files with 31 additions and 25 deletions
+6 -6
View File
@@ -143,12 +143,12 @@ typedef struct _SECURITY_SUBJECT_CONTEXT
typedef struct _SECURITY_CLIENT_CONTEXT
{
SECURITY_QUALITY_OF_SERVICE SecurityQos; /* 0x00 */
PACCESS_TOKEN Token; /* 0x0C */
BOOLEAN DirectlyAccessClientToken; /* 0x10 */
BOOLEAN DirectAccessEffectiveOnly; /* 0x11 */
BOOLEAN ServerIsRemote; /* 0x12 */
TOKEN_CONTROL ClientTokenControl; /* 0x14 */
SECURITY_QUALITY_OF_SERVICE SecurityQos;
PACCESS_TOKEN ClientToken;
BOOLEAN DirectlyAccessClientToken;
BOOLEAN DirectAccessEffectiveOnly;
BOOLEAN ServerIsRemote;
TOKEN_CONTROL ClientTokenControl;
} SECURITY_CLIENT_CONTEXT, *PSECURITY_CLIENT_CONTEXT;