ReactOS 0.4.15-dev-8621-g4b051b9
|
#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 |
BOOL _LSA_CONNECTION_INFO::CreateContext |
Definition at line 37 of file lsass.h.
Referenced by LsaConnectUntrusted(), LsapHandlePortConnection(), LsapOpenLsaPort(), and LsaRegisterLogonProcess().
ULONG _LSA_CONNECTION_INFO::Length |
Definition at line 35 of file lsass.h.
Referenced by LsaRegisterLogonProcess().
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().
LSA_OPERATIONAL_MODE _LSA_CONNECTION_INFO::OperationalMode |
Definition at line 34 of file lsass.h.
Referenced by LsapHandlePortConnection(), and LsaRegisterLogonProcess().
NTSTATUS _LSA_CONNECTION_INFO::Status |
Definition at line 33 of file lsass.h.
Referenced by LsaConnectUntrusted(), LsapHandlePortConnection(), and LsaRegisterLogonProcess().
BOOL _LSA_CONNECTION_INFO::TrustedCaller |
Definition at line 38 of file lsass.h.
Referenced by LsaConnectUntrusted(), LsapCheckLogonProcess(), and LsapOpenLsaPort().