ReactOS 0.4.15-dev-7924-g5949c20
_LSA_TOKEN_INFORMATION_V1 Struct Reference

#include <ntsecpkg.h>

Collaboration diagram for _LSA_TOKEN_INFORMATION_V1:

Public Attributes

LARGE_INTEGER ExpirationTime
 
TOKEN_USER User
 
PTOKEN_GROUPS Groups
 
TOKEN_PRIMARY_GROUP PrimaryGroup
 
PTOKEN_PRIVILEGES Privileges
 
TOKEN_OWNER Owner
 
TOKEN_DEFAULT_DACL DefaultDacl
 

Detailed Description

Definition at line 26 of file authpackage.c.

Member Data Documentation

◆ DefaultDacl

TOKEN_DEFAULT_DACL _LSA_TOKEN_INFORMATION_V1::DefaultDacl

Definition at line 34 of file authpackage.c.

Referenced by LsapAddTokenDefaultDacl(), and LsapLogonUser().

◆ ExpirationTime

LARGE_INTEGER _LSA_TOKEN_INFORMATION_V1::ExpirationTime

Definition at line 28 of file authpackage.c.

Referenced by LsapLogonUser().

◆ Groups

PTOKEN_GROUPS _LSA_TOKEN_INFORMATION_V1::Groups

◆ Owner

TOKEN_OWNER _LSA_TOKEN_INFORMATION_V1::Owner

Definition at line 33 of file authpackage.c.

Referenced by LsapAddTokenDefaultDacl(), LsapLogonUser(), and LsapSetTokenOwner().

◆ PrimaryGroup

TOKEN_PRIMARY_GROUP _LSA_TOKEN_INFORMATION_V1::PrimaryGroup

Definition at line 31 of file authpackage.c.

Referenced by LsapLogonUser().

◆ Privileges

PTOKEN_PRIVILEGES _LSA_TOKEN_INFORMATION_V1::Privileges

Definition at line 32 of file authpackage.c.

Referenced by LsapLogonUser(), and LsapSetPrivileges().

◆ User

TOKEN_USER _LSA_TOKEN_INFORMATION_V1::User

Definition at line 29 of file authpackage.c.

Referenced by LsapAddSamGroups(), LsapLogonUser(), and LsapSetTokenOwner().


The documentation for this struct was generated from the following files: