ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <lsasrv.h>
Public Attributes | |
LIST_ENTRY | Entry |
HANDLE | ClientProcessHandle |
HANDLE | ConnectionHandle |
BOOL | TrustedCaller |
HANDLE _LSAP_LOGON_CONTEXT::ClientProcessHandle |
Definition at line 80 of file lsasrv.h.
Referenced by LsapAllocateClientBuffer(), LsapCallAuthenticationPackage(), LsapCopyFromClientBuffer(), LsapCopyToClientBuffer(), LsapDeregisterLogonProcess(), LsapFreeClientBuffer(), and LsapLogonUser().
HANDLE _LSAP_LOGON_CONTEXT::ConnectionHandle |
Definition at line 81 of file lsasrv.h.
Referenced by LsapDeregisterLogonProcess(), and LsapHandlePortConnection().
LIST_ENTRY _LSAP_LOGON_CONTEXT::Entry |
Definition at line 79 of file lsasrv.h.
Referenced by LsapDeregisterLogonProcess(), and LsapHandlePortConnection().
BOOL _LSAP_LOGON_CONTEXT::TrustedCaller |
Definition at line 82 of file lsasrv.h.
Referenced by LsapCallAuthenticationPackage().