ReactOS 0.4.15-dev-7934-g1dc8d80
_LPCP_MESSAGE Struct Reference

#include <lpctypes.h>

Collaboration diagram for _LPCP_MESSAGE:

Public Attributes

union {
   LIST_ENTRY   Entry
 
   struct {
      SINGLE_LIST_ENTRY   FreeEntry
 
      ULONG   Reserved0
 
   } 
 
}; 
 
PLPCP_PORT_OBJECT SenderPort
 
PETHREAD RepliedToThread
 
PVOID PortContext
 
PORT_MESSAGE Request
 

Detailed Description

Definition at line 237 of file lpctypes.h.

Member Data Documentation

◆ 

union { ... } _LPCP_MESSAGE::@2588

◆ Entry

LIST_ENTRY _LPCP_MESSAGE::Entry

Definition at line 241 of file lpctypes.h.

◆ FreeEntry

SINGLE_LIST_ENTRY _LPCP_MESSAGE::FreeEntry

Definition at line 244 of file lpctypes.h.

◆ PortContext

PVOID _LPCP_MESSAGE::PortContext

Definition at line 250 of file lpctypes.h.

◆ RepliedToThread

PETHREAD _LPCP_MESSAGE::RepliedToThread

Definition at line 249 of file lpctypes.h.

◆ Request

PORT_MESSAGE _LPCP_MESSAGE::Request

Definition at line 251 of file lpctypes.h.

Referenced by LpcpCopyRequestData().

◆ Reserved0

ULONG _LPCP_MESSAGE::Reserved0

Definition at line 245 of file lpctypes.h.

◆ SenderPort

PLPCP_PORT_OBJECT _LPCP_MESSAGE::SenderPort

Definition at line 248 of file lpctypes.h.


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