ReactOS 0.4.15-dev-7918-g2a2556c
_LPC_MESSAGE Struct Reference

#include <winternl.h>

Collaboration diagram for _LPC_MESSAGE:

Public Attributes

USHORT DataSize
 
USHORT MessageSize
 
USHORT MessageType
 
USHORT VirtualRangesOffset
 
CLIENT_ID ClientId
 
ULONG_PTR MessageId
 
ULONG_PTR SectionSize
 
UCHAR Data [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 58 of file port.c.

Member Data Documentation

◆ ClientId

CLIENT_ID _LPC_MESSAGE::ClientId

Definition at line 64 of file port.c.

◆ Data

UCHAR _LPC_MESSAGE::Data

◆ DataSize

USHORT _LPC_MESSAGE::DataSize

Definition at line 60 of file port.c.

Referenced by test_ports_client().

◆ MessageId

ULONG_PTR _LPC_MESSAGE::MessageId

Definition at line 65 of file port.c.

◆ MessageSize

USHORT _LPC_MESSAGE::MessageSize

Definition at line 61 of file port.c.

Referenced by test_ports_client().

◆ MessageType

USHORT _LPC_MESSAGE::MessageType

◆ SectionSize

ULONG_PTR _LPC_MESSAGE::SectionSize

Definition at line 66 of file port.c.

◆ VirtualRangesOffset

USHORT _LPC_MESSAGE::VirtualRangesOffset

Definition at line 63 of file port.c.


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