ReactOS 0.4.15-dev-7942-gd23573b
_PORT_MESSAGE Struct Reference

#include <ntifs.template.h>

Collaboration diagram for _PORT_MESSAGE:

Public Attributes

union {
   struct {
      CSHORT   DataLength
 
      CSHORT   TotalLength
 
   }   s1
 
   ULONG   Length
 
u1
 
union {
   struct {
      CSHORT   Type
 
      CSHORT   DataInfoOffset
 
   }   s2
 
   ULONG   ZeroInit
 
u2
 
union {
   LPC_CLIENT_ID   ClientId
 
   double   DoNotUseThisField
 
}; 
 
ULONG MessageId
 
union {
   LPC_SIZE_T   ClientViewSize
 
   ULONG   CallbackId
 
}; 
 

Detailed Description

Definition at line 1591 of file ntifs.template.h.

Member Data Documentation

◆ 

__GNU_EXTENSION union { ... } _PORT_MESSAGE::@4154

◆ 

__GNU_EXTENSION union { ... } _PORT_MESSAGE::@4156

◆ CallbackId

ULONG _PORT_MESSAGE::CallbackId

Definition at line 1620 of file ntifs.template.h.

◆ ClientId

LPC_CLIENT_ID _PORT_MESSAGE::ClientId

Definition at line 1613 of file ntifs.template.h.

◆ ClientViewSize

LPC_SIZE_T _PORT_MESSAGE::ClientViewSize

Definition at line 1619 of file ntifs.template.h.

◆ DataInfoOffset

CSHORT _PORT_MESSAGE::DataInfoOffset

Definition at line 1607 of file ntifs.template.h.

◆ DataLength

CSHORT _PORT_MESSAGE::DataLength

Definition at line 1597 of file ntifs.template.h.

◆ DoNotUseThisField

double _PORT_MESSAGE::DoNotUseThisField

Definition at line 1614 of file ntifs.template.h.

◆ Length

ULONG _PORT_MESSAGE::Length

Definition at line 1600 of file ntifs.template.h.

◆ MessageId

ULONG _PORT_MESSAGE::MessageId

Definition at line 1616 of file ntifs.template.h.

◆ 

struct { ... } _PORT_MESSAGE::s1

◆ 

struct { ... } _PORT_MESSAGE::s2

◆ TotalLength

CSHORT _PORT_MESSAGE::TotalLength

Definition at line 1598 of file ntifs.template.h.

◆ Type

CSHORT _PORT_MESSAGE::Type

Definition at line 1606 of file ntifs.template.h.

◆ 

union { ... } _PORT_MESSAGE::u1

◆ 

union { ... } _PORT_MESSAGE::u2

◆ ZeroInit

ULONG _PORT_MESSAGE::ZeroInit

Definition at line 1609 of file ntifs.template.h.


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