|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <lpctypes.h>

Public Attributes | |
| union { | |
| LIST_ENTRY Entry | |
| struct { | |
| SINGLE_LIST_ENTRY FreeEntry | |
| ULONG Reserved0 | |
| } | |
| }; | |
| PLPCP_PORT_OBJECT | SenderPort |
| PETHREAD | RepliedToThread |
| PVOID | PortContext |
| PORT_MESSAGE | Request |
Definition at line 237 of file lpctypes.h.
| union { ... } _LPCP_MESSAGE::@2780 |
| LIST_ENTRY _LPCP_MESSAGE::Entry |
Definition at line 241 of file lpctypes.h.
| SINGLE_LIST_ENTRY _LPCP_MESSAGE::FreeEntry |
Definition at line 244 of file lpctypes.h.
| PVOID _LPCP_MESSAGE::PortContext |
Definition at line 250 of file lpctypes.h.
| PETHREAD _LPCP_MESSAGE::RepliedToThread |
Definition at line 249 of file lpctypes.h.
| PORT_MESSAGE _LPCP_MESSAGE::Request |
Definition at line 251 of file lpctypes.h.
Referenced by LpcpCopyRequestData().
| ULONG _LPCP_MESSAGE::Reserved0 |
Definition at line 245 of file lpctypes.h.
| PLPCP_PORT_OBJECT _LPCP_MESSAGE::SenderPort |
Definition at line 248 of file lpctypes.h.