mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user