ReactOS 0.4.16-dev-522-gb68104a
_LSA_CONNECTION_INFO Struct Reference

#include <lsass.h>

Collaboration diagram for _LSA_CONNECTION_INFO:

Public Attributes

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

Detailed Description

Definition at line 37 of file lsass.h.

Member Data Documentation

◆ CreateContext

BOOL _LSA_CONNECTION_INFO::CreateContext

◆ Length

ULONG _LSA_CONNECTION_INFO::Length

Definition at line 41 of file lsass.h.

Referenced by LsaRegisterLogonProcess().

◆ LogonProcessNameBuffer

CHAR _LSA_CONNECTION_INFO::LogonProcessNameBuffer[LSASS_MAX_LOGON_PROCESS_NAME_LENGTH+1]

Definition at line 42 of file lsass.h.

Referenced by LsapHandlePortConnection(), and LsaRegisterLogonProcess().

◆ OperationalMode

LSA_OPERATIONAL_MODE _LSA_CONNECTION_INFO::OperationalMode

Definition at line 40 of file lsass.h.

Referenced by LsapHandlePortConnection(), and LsaRegisterLogonProcess().

◆ Status

NTSTATUS _LSA_CONNECTION_INFO::Status

Definition at line 39 of file lsass.h.

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

◆ TrustedCaller

LSA_TRUSTED_CALLER _LSA_CONNECTION_INFO::TrustedCaller

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