ReactOS 0.4.15-dev-7934-g1dc8d80
_LSA_API_MSG Struct Reference

#include <lsass.h>

Collaboration diagram for _LSA_API_MSG:

Public Attributes

PORT_MESSAGE h
 
union {
   LSA_CONNECTION_INFO   ConnectInfo
 
   struct {
      LSA_API_NUMBER   ApiNumber
 
      NTSTATUS   Status
 
      union {
         LSA_LOGON_USER_MSG   LogonUser
 
         LSA_CALL_AUTHENTICATION_PACKAGE_MSG   CallAuthenticationPackage
 
         LSA_DEREGISTER_LOGON_PROCESS_MSG   DeregisterLogonProcess
 
         LSA_LOOKUP_AUTHENTICATION_PACKAGE_MSG   LookupAuthenticationPackage
 
         LSA_ENUM_LOGON_SESSIONS_MSG   EnumLogonSessions
 
         LSA_GET_LOGON_SESSION_DATA_MSG   GetLogonSessionData
 
         LSA_POLICY_CHANGE_NOTIFY_MSG   PolicyChangeNotify
 
      } 
 
   } 
 
}; 
 

Detailed Description

Definition at line 175 of file lsass.h.

Member Data Documentation

◆ 

union { ... } _LSA_API_MSG::@3520

◆ ApiNumber

◆ CallAuthenticationPackage

LSA_CALL_AUTHENTICATION_PACKAGE_MSG _LSA_API_MSG::CallAuthenticationPackage

Definition at line 188 of file lsass.h.

Referenced by LsaCallAuthenticationPackage(), and LsapCallAuthenticationPackage().

◆ ConnectInfo

LSA_CONNECTION_INFO _LSA_API_MSG::ConnectInfo

Definition at line 180 of file lsass.h.

Referenced by LsapCheckLogonProcess(), and LsapHandlePortConnection().

◆ DeregisterLogonProcess

LSA_DEREGISTER_LOGON_PROCESS_MSG _LSA_API_MSG::DeregisterLogonProcess

Definition at line 189 of file lsass.h.

Referenced by LsaDeregisterLogonProcess().

◆ EnumLogonSessions

LSA_ENUM_LOGON_SESSIONS_MSG _LSA_API_MSG::EnumLogonSessions

Definition at line 191 of file lsass.h.

Referenced by LsaEnumerateLogonSessions().

◆ GetLogonSessionData

LSA_GET_LOGON_SESSION_DATA_MSG _LSA_API_MSG::GetLogonSessionData

Definition at line 192 of file lsass.h.

Referenced by LsaGetLogonSessionData().

◆ h

◆ LogonUser

LSA_LOGON_USER_MSG _LSA_API_MSG::LogonUser

Definition at line 187 of file lsass.h.

Referenced by LsaLogonUser(), and LsapLogonUser().

◆ LookupAuthenticationPackage

LSA_LOOKUP_AUTHENTICATION_PACKAGE_MSG _LSA_API_MSG::LookupAuthenticationPackage

Definition at line 190 of file lsass.h.

Referenced by LsaLookupAuthenticationPackage(), and LsapLookupAuthenticationPackage().

◆ PolicyChangeNotify

◆ Status


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