ReactOS 0.4.15-dev-7834-g00c4b3d
_SEP_RM_API_MESSAGE Struct Reference

#include <srmp.h>

Collaboration diagram for _SEP_RM_API_MESSAGE:

Public Attributes

PORT_MESSAGE Header
 
ULONG ApiNumber
 
union {
   UCHAR   Fill [PORT_MAXIMUM_MESSAGE_LENGTH
      - sizeof(PORT_MESSAGE)]
 
   NTSTATUS   ResultStatus
 
   struct {
      BOOLEAN   Enabled
 
      ULONG   Flags [9]
 
   }   SetAuditEvent
 
   LUID   LogonLuid
 
u
 

Detailed Description

Definition at line 11 of file srmp.h.

Member Data Documentation

◆ ApiNumber

ULONG _SEP_RM_API_MESSAGE::ApiNumber

Definition at line 14 of file srmp.h.

Referenced by LsapRmCreateLogonSession(), and LsapRmDeleteLogonSession().

◆ Enabled

BOOLEAN _SEP_RM_API_MESSAGE::Enabled

Definition at line 21 of file srmp.h.

◆ Fill

UCHAR _SEP_RM_API_MESSAGE::Fill[PORT_MAXIMUM_MESSAGE_LENGTH - sizeof(PORT_MESSAGE)]

Definition at line 17 of file srmp.h.

◆ Flags

ULONG _SEP_RM_API_MESSAGE::Flags[9]

Definition at line 22 of file srmp.h.

◆ Header

PORT_MESSAGE _SEP_RM_API_MESSAGE::Header

Definition at line 13 of file srmp.h.

Referenced by LsapRmCreateLogonSession(), and LsapRmDeleteLogonSession().

◆ LogonLuid

LUID _SEP_RM_API_MESSAGE::LogonLuid

Definition at line 24 of file srmp.h.

Referenced by LsapRmCreateLogonSession(), and LsapRmDeleteLogonSession().

◆ ResultStatus

NTSTATUS _SEP_RM_API_MESSAGE::ResultStatus

Definition at line 18 of file srmp.h.

◆ 

struct { ... } _SEP_RM_API_MESSAGE::SetAuditEvent

◆ 

union { ... } _SEP_RM_API_MESSAGE::u

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