ReactOS 0.4.15-dev-7934-g1dc8d80
_LSA_ENUM_LOGON_SESSIONS_MSG Struct Reference

#include <lsass.h>

Collaboration diagram for _LSA_ENUM_LOGON_SESSIONS_MSG:

Public Attributes

union {
   struct {
      ULONG   Dummy
 
   }   Request
 
   struct {
      ULONG   LogonSessionCount
 
      PVOID   LogonSessionBuffer
 
   }   Reply
 
}; 
 

Detailed Description

Definition at line 124 of file lsass.h.

Member Data Documentation

◆ 

union { ... } _LSA_ENUM_LOGON_SESSIONS_MSG::@3508

◆ Dummy

ULONG _LSA_ENUM_LOGON_SESSIONS_MSG::Dummy

Definition at line 130 of file lsass.h.

◆ LogonSessionBuffer

PVOID _LSA_ENUM_LOGON_SESSIONS_MSG::LogonSessionBuffer

Definition at line 135 of file lsass.h.

◆ LogonSessionCount

ULONG _LSA_ENUM_LOGON_SESSIONS_MSG::LogonSessionCount

Definition at line 134 of file lsass.h.

◆ 

struct { ... } _LSA_ENUM_LOGON_SESSIONS_MSG::Reply

◆ 

struct { ... } _LSA_ENUM_LOGON_SESSIONS_MSG::Request

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