|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winternl.h>

Public Attributes | |
| USHORT | DataSize |
| USHORT | MessageSize |
| USHORT | MessageType |
| USHORT | VirtualRangesOffset |
| CLIENT_ID | ClientId |
| ULONG_PTR | MessageId |
| ULONG_PTR | SectionSize |
| UCHAR | Data [ANYSIZE_ARRAY] |
| UCHAR _LPC_MESSAGE::Data |
Definition at line 67 of file port.c.
Referenced by ProcessConnectionRequest(), ProcessLpcRequest(), test_ports_client(), and test_ports_server().
| USHORT _LPC_MESSAGE::DataSize |
Definition at line 60 of file port.c.
Referenced by test_ports_client().
| USHORT _LPC_MESSAGE::MessageSize |
Definition at line 61 of file port.c.
Referenced by test_ports_client().
| USHORT _LPC_MESSAGE::MessageType |
Definition at line 62 of file port.c.
Referenced by ProcessConnectionRequest(), ProcessLpcRequest(), test_ports_client(), and test_ports_server().