ReactOS 0.4.15-dev-7934-g1dc8d80
_LSA_LOGON_USER_MSG Struct Reference

#include <lsass.h>

Collaboration diagram for _LSA_LOGON_USER_MSG:

Public Attributes

union {
   struct {
      LSA_STRING   OriginName
 
      SECURITY_LOGON_TYPE   LogonType
 
      ULONG   AuthenticationPackage
 
      PVOID   AuthenticationInformation
 
      ULONG   AuthenticationInformationLength
 
      PTOKEN_GROUPS   LocalGroups
 
      ULONG   LocalGroupsCount
 
      TOKEN_SOURCE   SourceContext
 
   }   Request
 
   struct {
      PVOID   ProfileBuffer
 
      ULONG   ProfileBufferLength
 
      LUID   LogonId
 
      HANDLE   Token
 
      QUOTA_LIMITS   Quotas
 
      NTSTATUS   SubStatus
 
   }   Reply
 
}; 
 

Detailed Description

Definition at line 42 of file lsass.h.

Member Data Documentation

◆ 

union { ... } _LSA_LOGON_USER_MSG::@3492

◆ AuthenticationInformation

PVOID _LSA_LOGON_USER_MSG::AuthenticationInformation

Definition at line 51 of file lsass.h.

◆ AuthenticationInformationLength

ULONG _LSA_LOGON_USER_MSG::AuthenticationInformationLength

Definition at line 52 of file lsass.h.

◆ AuthenticationPackage

ULONG _LSA_LOGON_USER_MSG::AuthenticationPackage

Definition at line 50 of file lsass.h.

◆ LocalGroups

PTOKEN_GROUPS _LSA_LOGON_USER_MSG::LocalGroups

Definition at line 53 of file lsass.h.

◆ LocalGroupsCount

ULONG _LSA_LOGON_USER_MSG::LocalGroupsCount

Definition at line 54 of file lsass.h.

◆ LogonId

LUID _LSA_LOGON_USER_MSG::LogonId

Definition at line 62 of file lsass.h.

◆ LogonType

SECURITY_LOGON_TYPE _LSA_LOGON_USER_MSG::LogonType

Definition at line 49 of file lsass.h.

◆ OriginName

LSA_STRING _LSA_LOGON_USER_MSG::OriginName

Definition at line 48 of file lsass.h.

◆ ProfileBuffer

PVOID _LSA_LOGON_USER_MSG::ProfileBuffer

Definition at line 60 of file lsass.h.

◆ ProfileBufferLength

ULONG _LSA_LOGON_USER_MSG::ProfileBufferLength

Definition at line 61 of file lsass.h.

◆ Quotas

QUOTA_LIMITS _LSA_LOGON_USER_MSG::Quotas

Definition at line 64 of file lsass.h.

◆ 

struct { ... } _LSA_LOGON_USER_MSG::Reply

Referenced by LsaLogonUser(), and LsapLogonUser().

◆ 

struct { ... } _LSA_LOGON_USER_MSG::Request

Referenced by LsaLogonUser(), and LsapLogonUser().

◆ SourceContext

TOKEN_SOURCE _LSA_LOGON_USER_MSG::SourceContext

Definition at line 55 of file lsass.h.

◆ SubStatus

NTSTATUS _LSA_LOGON_USER_MSG::SubStatus

Definition at line 65 of file lsass.h.

◆ Token

HANDLE _LSA_LOGON_USER_MSG::Token

Definition at line 63 of file lsass.h.


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