ReactOS 0.4.16-dev-1104-ge0ef51b
_LOGON_LIST_ENTRY Struct Reference
Collaboration diagram for _LOGON_LIST_ENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
LUID LogonId
 
ULONG EnumHandle
 
UNICODE_STRING UserName
 
UNICODE_STRING LogonDomainName
 
UNICODE_STRING LogonServer
 
SECURITY_LOGON_TYPE LogonType
 

Detailed Description

Definition at line 15 of file msv1_0.c.

Member Data Documentation

◆ EnumHandle

ULONG _LOGON_LIST_ENTRY::EnumHandle

Definition at line 19 of file msv1_0.c.

Referenced by LsaApLogonUserEx2(), and MsvpEnumerateUsers().

◆ ListEntry

LIST_ENTRY _LOGON_LIST_ENTRY::ListEntry

Definition at line 17 of file msv1_0.c.

Referenced by LsaApLogonTerminated(), and LsaApLogonUserEx2().

◆ LogonDomainName

UNICODE_STRING _LOGON_LIST_ENTRY::LogonDomainName

Definition at line 21 of file msv1_0.c.

Referenced by LsaApLogonTerminated(), LsaApLogonUserEx2(), and MsvpGetUserInfo().

◆ LogonId

LUID _LOGON_LIST_ENTRY::LogonId

Definition at line 18 of file msv1_0.c.

Referenced by GetLogonByLogonId(), LsaApLogonUserEx2(), and MsvpEnumerateUsers().

◆ LogonServer

UNICODE_STRING _LOGON_LIST_ENTRY::LogonServer

Definition at line 22 of file msv1_0.c.

Referenced by LsaApLogonTerminated(), LsaApLogonUserEx2(), and MsvpGetUserInfo().

◆ LogonType

SECURITY_LOGON_TYPE _LOGON_LIST_ENTRY::LogonType

Definition at line 23 of file msv1_0.c.

Referenced by LsaApLogonUserEx2(), and MsvpGetUserInfo().

◆ UserName

UNICODE_STRING _LOGON_LIST_ENTRY::UserName

Definition at line 20 of file msv1_0.c.

Referenced by LsaApLogonTerminated(), LsaApLogonUserEx2(), and MsvpGetUserInfo().


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