ReactOS 0.4.15-dev-7928-g68a8619
_LSA_GET_LOGON_SESSION_DATA_MSG Struct Reference

#include <lsass.h>

Collaboration diagram for _LSA_GET_LOGON_SESSION_DATA_MSG:

Public Attributes

union {
   struct {
      LUID   LogonId
 
   }   Request
 
   struct {
      PVOID   SessionDataBuffer
 
   }   Reply
 
}; 
 

Detailed Description

Definition at line 141 of file lsass.h.

Member Data Documentation

◆ 

union { ... } _LSA_GET_LOGON_SESSION_DATA_MSG::@3512

◆ LogonId

LUID _LSA_GET_LOGON_SESSION_DATA_MSG::LogonId

Definition at line 147 of file lsass.h.

◆ 

struct { ... } _LSA_GET_LOGON_SESSION_DATA_MSG::Reply

Referenced by LsaGetLogonSessionData().

◆ 

struct { ... } _LSA_GET_LOGON_SESSION_DATA_MSG::Request

Referenced by LsaGetLogonSessionData().

◆ SessionDataBuffer

PVOID _LSA_GET_LOGON_SESSION_DATA_MSG::SessionDataBuffer

Definition at line 151 of file lsass.h.


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