ReactOS 0.4.15-dev-7918-g2a2556c
_LSA_CONNECTION_INFO Struct Reference

#include <lsass.h>

Public Attributes

NTSTATUS Status
 
LSA_OPERATIONAL_MODE OperationalMode
 
ULONG Length
 
CHAR LogonProcessNameBuffer [LSASS_MAX_LOGON_PROCESS_NAME_LENGTH+1]
 
BOOL CreateContext
 
BOOL TrustedCaller
 

Detailed Description

Definition at line 31 of file lsass.h.

Member Data Documentation

◆ CreateContext

BOOL _LSA_CONNECTION_INFO::CreateContext

◆ Length

ULONG _LSA_CONNECTION_INFO::Length

Definition at line 35 of file lsass.h.

Referenced by LsaRegisterLogonProcess().

◆ LogonProcessNameBuffer

CHAR _LSA_CONNECTION_INFO::LogonProcessNameBuffer[LSASS_MAX_LOGON_PROCESS_NAME_LENGTH+1]

Definition at line 36 of file lsass.h.

Referenced by LsapHandlePortConnection(), and LsaRegisterLogonProcess().

◆ OperationalMode

LSA_OPERATIONAL_MODE _LSA_CONNECTION_INFO::OperationalMode

Definition at line 34 of file lsass.h.

Referenced by LsapHandlePortConnection(), and LsaRegisterLogonProcess().

◆ Status

NTSTATUS _LSA_CONNECTION_INFO::Status

Definition at line 33 of file lsass.h.

Referenced by LsaConnectUntrusted(), LsapHandlePortConnection(), and LsaRegisterLogonProcess().

◆ TrustedCaller

BOOL _LSA_CONNECTION_INFO::TrustedCaller

Definition at line 38 of file lsass.h.

Referenced by LsaConnectUntrusted(), LsapCheckLogonProcess(), and LsapOpenLsaPort().


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