ReactOS 0.4.15-dev-7918-g2a2556c
_SECURITY_LOGON_SESSION_DATA Struct Reference

#include <ntsecapi.h>

Collaboration diagram for _SECURITY_LOGON_SESSION_DATA:

Public Attributes

ULONG Size
 
LUID LogonId
 
LSA_UNICODE_STRING UserName
 
LSA_UNICODE_STRING LogonDomain
 
LSA_UNICODE_STRING AuthenticationPackage
 
ULONG LogonType
 
ULONG Session
 
PSID Sid
 
LARGE_INTEGER LogonTime
 
LSA_UNICODE_STRING LogonServer
 
LSA_UNICODE_STRING DnsDomainName
 
LSA_UNICODE_STRING Upn
 

Detailed Description

Definition at line 303 of file ntsecapi.h.

Member Data Documentation

◆ AuthenticationPackage

LSA_UNICODE_STRING _SECURITY_LOGON_SESSION_DATA::AuthenticationPackage

Definition at line 308 of file ntsecapi.h.

Referenced by LsaGetLogonSessionData(), and LsapGetLogonSessionData().

◆ DnsDomainName

LSA_UNICODE_STRING _SECURITY_LOGON_SESSION_DATA::DnsDomainName

Definition at line 314 of file ntsecapi.h.

Referenced by LsaGetLogonSessionData(), and LsapGetLogonSessionData().

◆ LogonDomain

LSA_UNICODE_STRING _SECURITY_LOGON_SESSION_DATA::LogonDomain

Definition at line 307 of file ntsecapi.h.

Referenced by LsaGetLogonSessionData(), and LsapGetLogonSessionData().

◆ LogonId

LUID _SECURITY_LOGON_SESSION_DATA::LogonId

Definition at line 305 of file ntsecapi.h.

Referenced by LsapGetLogonSessionData().

◆ LogonServer

LSA_UNICODE_STRING _SECURITY_LOGON_SESSION_DATA::LogonServer

Definition at line 313 of file ntsecapi.h.

Referenced by LsaGetLogonSessionData(), and LsapGetLogonSessionData().

◆ LogonTime

LARGE_INTEGER _SECURITY_LOGON_SESSION_DATA::LogonTime

Definition at line 312 of file ntsecapi.h.

Referenced by LsapGetLogonSessionData().

◆ LogonType

ULONG _SECURITY_LOGON_SESSION_DATA::LogonType

Definition at line 309 of file ntsecapi.h.

Referenced by LsapGetLogonSessionData().

◆ Session

ULONG _SECURITY_LOGON_SESSION_DATA::Session

Definition at line 310 of file ntsecapi.h.

Referenced by LsapGetLogonSessionData().

◆ Sid

PSID _SECURITY_LOGON_SESSION_DATA::Sid

Definition at line 311 of file ntsecapi.h.

Referenced by LsaGetLogonSessionData(), and LsapGetLogonSessionData().

◆ Size

ULONG _SECURITY_LOGON_SESSION_DATA::Size

Definition at line 304 of file ntsecapi.h.

Referenced by LsapGetLogonSessionData().

◆ Upn

LSA_UNICODE_STRING _SECURITY_LOGON_SESSION_DATA::Upn

Definition at line 315 of file ntsecapi.h.

Referenced by LsaGetLogonSessionData(), and LsapGetLogonSessionData().

◆ UserName

LSA_UNICODE_STRING _SECURITY_LOGON_SESSION_DATA::UserName

Definition at line 306 of file ntsecapi.h.

Referenced by LsaGetLogonSessionData(), and LsapGetLogonSessionData().


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