ReactOS 0.4.15-dev-7924-g5949c20
_LSAP_LOGON_SESSION Struct Reference
Collaboration diagram for _LSAP_LOGON_SESSION:

Public Attributes

LIST_ENTRY Entry
 
LUID LogonId
 
ULONG LogonType
 
ULONG Session
 
LARGE_INTEGER LogonTime
 
PSID Sid
 
UNICODE_STRING UserName
 
UNICODE_STRING LogonDomain
 
UNICODE_STRING AuthenticationPackage
 
UNICODE_STRING LogonServer
 
UNICODE_STRING DnsDomainName
 
UNICODE_STRING Upn
 

Detailed Description

Definition at line 11 of file session.c.

Member Data Documentation

◆ AuthenticationPackage

UNICODE_STRING _LSAP_LOGON_SESSION::AuthenticationPackage

Definition at line 21 of file session.c.

Referenced by LsapDeleteLogonSession(), and LsapGetLogonSessionData().

◆ DnsDomainName

UNICODE_STRING _LSAP_LOGON_SESSION::DnsDomainName

Definition at line 23 of file session.c.

Referenced by LsapDeleteLogonSession(), and LsapGetLogonSessionData().

◆ Entry

LIST_ENTRY _LSAP_LOGON_SESSION::Entry

Definition at line 13 of file session.c.

Referenced by LsapCreateLogonSession(), and LsapDeleteLogonSession().

◆ LogonDomain

UNICODE_STRING _LSAP_LOGON_SESSION::LogonDomain

◆ LogonId

LUID _LSAP_LOGON_SESSION::LogonId

Definition at line 14 of file session.c.

Referenced by LsapCreateLogonSession(), LsapEnumLogonSessions(), and LsapGetLogonSession().

◆ LogonServer

UNICODE_STRING _LSAP_LOGON_SESSION::LogonServer

Definition at line 22 of file session.c.

Referenced by LsapDeleteLogonSession(), and LsapGetLogonSessionData().

◆ LogonTime

LARGE_INTEGER _LSAP_LOGON_SESSION::LogonTime

Definition at line 17 of file session.c.

Referenced by LsapGetLogonSessionData().

◆ LogonType

ULONG _LSAP_LOGON_SESSION::LogonType

Definition at line 15 of file session.c.

Referenced by LsapGetLogonSessionData(), and LsapSetLogonSessionData().

◆ Session

ULONG _LSAP_LOGON_SESSION::Session

Definition at line 16 of file session.c.

◆ Sid

PSID _LSAP_LOGON_SESSION::Sid

◆ Upn

UNICODE_STRING _LSAP_LOGON_SESSION::Upn

Definition at line 24 of file session.c.

Referenced by LsapDeleteLogonSession(), and LsapGetLogonSessionData().

◆ UserName

UNICODE_STRING _LSAP_LOGON_SESSION::UserName

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