mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:12:59 +00:00
[INCLUDE]
Add missing LSA_TOKEN_INFORMATION_NULL and LSA_TOKEN_INFORMATION_V1 types. svn path=/trunk/; revision=58900
This commit is contained in:
parent
1f1a1a9323
commit
c4682b16cb
1 changed files with 17 additions and 0 deletions
|
@ -60,6 +60,23 @@ typedef enum _SECPKG_NAME_TYPE {
|
||||||
} SECPKG_NAME_TYPE;
|
} SECPKG_NAME_TYPE;
|
||||||
|
|
||||||
/* struct definitions for SSP/AP */
|
/* struct definitions for SSP/AP */
|
||||||
|
typedef struct _LSA_TOKEN_INFORMATION_NULL
|
||||||
|
{
|
||||||
|
LARGE_INTEGER ExpirationTime;
|
||||||
|
PTOKEN_GROUPS Groups;
|
||||||
|
} LSA_TOKEN_INFORMATION_NULL, *PLSA_TOKEN_INFORMATION_NULL;
|
||||||
|
|
||||||
|
typedef struct _LSA_TOKEN_INFORMATION_V1
|
||||||
|
{
|
||||||
|
LARGE_INTEGER ExpirationTime;
|
||||||
|
TOKEN_USER User;
|
||||||
|
PTOKEN_GROUPS Groups;
|
||||||
|
TOKEN_PRIMARY_GROUP PrimaryGroup;
|
||||||
|
PTOKEN_PRIVILEGES Privileges;
|
||||||
|
TOKEN_OWNER Owner;
|
||||||
|
TOKEN_DEFAULT_DACL DefaultDacl;
|
||||||
|
} LSA_TOKEN_INFORMATION_V1, *PLSA_TOKEN_INFORMATION_V1;
|
||||||
|
|
||||||
typedef struct _SECPKG_PRIMARY_CRED {
|
typedef struct _SECPKG_PRIMARY_CRED {
|
||||||
LUID LogonId;
|
LUID LogonId;
|
||||||
UNICODE_STRING DownlevelName;
|
UNICODE_STRING DownlevelName;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue