ReactOS 0.4.15-dev-6047-gb29e82d
|
#include <ntsecpkg.h>
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 |
Definition at line 26 of file authpackage.c.
TOKEN_DEFAULT_DACL _LSA_TOKEN_INFORMATION_V1::DefaultDacl |
Definition at line 34 of file authpackage.c.
Referenced by LsapAddTokenDefaultDacl(), and LsapLogonUser().
LARGE_INTEGER _LSA_TOKEN_INFORMATION_V1::ExpirationTime |
Definition at line 28 of file authpackage.c.
Referenced by LsapLogonUser().
PTOKEN_GROUPS _LSA_TOKEN_INFORMATION_V1::Groups |
Definition at line 30 of file authpackage.c.
Referenced by LsapAddDefaultGroups(), LsapAddLocalGroups(), LsapAddSamGroups(), LsapLogonUser(), LsapSetPrivileges(), and LsapSetTokenOwner().
TOKEN_OWNER _LSA_TOKEN_INFORMATION_V1::Owner |
Definition at line 33 of file authpackage.c.
Referenced by LsapAddTokenDefaultDacl(), LsapLogonUser(), and LsapSetTokenOwner().
TOKEN_PRIMARY_GROUP _LSA_TOKEN_INFORMATION_V1::PrimaryGroup |
Definition at line 31 of file authpackage.c.
Referenced by LsapLogonUser().
PTOKEN_PRIVILEGES _LSA_TOKEN_INFORMATION_V1::Privileges |
Definition at line 32 of file authpackage.c.
Referenced by LsapLogonUser(), and LsapSetPrivileges().
TOKEN_USER _LSA_TOKEN_INFORMATION_V1::User |
Definition at line 29 of file authpackage.c.
Referenced by LsapAddSamGroups(), LsapLogonUser(), and LsapSetTokenOwner().