ReactOS 0.4.15-dev-7931-gfd331f1
_LSAP_RM_API_MESSAGE Struct Reference

#include <srmp.h>

Collaboration diagram for _LSAP_RM_API_MESSAGE:

Public Attributes

PORT_MESSAGE Header
 
ULONG ApiNumber
 
union {
   UCHAR   Fill [PORT_MAXIMUM_MESSAGE_LENGTH
      - sizeof(PORT_MESSAGE)]
 
   struct {
      ULONG   Info1
 
   }   WriteLog
 
u
 

Detailed Description

Definition at line 36 of file srmp.h.

Member Data Documentation

◆ ApiNumber

ULONG _LSAP_RM_API_MESSAGE::ApiNumber

Definition at line 39 of file srmp.h.

◆ Fill

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

Definition at line 42 of file srmp.h.

◆ Header

PORT_MESSAGE _LSAP_RM_API_MESSAGE::Header

Definition at line 38 of file srmp.h.

◆ Info1

ULONG _LSAP_RM_API_MESSAGE::Info1

Definition at line 45 of file srmp.h.

◆ 

union { ... } _LSAP_RM_API_MESSAGE::u

◆ 

struct { ... } _LSAP_RM_API_MESSAGE::WriteLog

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