libPeConv
A library to load, manipulate, dump PE files.
Public Attributes | List of all members
_PORT_MESSAGE Struct Reference

#include <ntddk.h>

Public Attributes

USHORT DataLength
 
USHORT TotalLength
 
USHORT Type
 
USHORT VirtualRangesOffset
 
CLIENT_ID ClientId
 
ULONG MessageId
 
union {
   ULONG   CallbackId
 
   ULONG   ClientViewSize
 
}; 
 

Detailed Description

Definition at line 2923 of file ntddk.h.

Member Data Documentation

◆ 

union { ... } _PORT_MESSAGE::@11

◆ CallbackId

ULONG _PORT_MESSAGE::CallbackId

Definition at line 2933 of file ntddk.h.

◆ ClientId

CLIENT_ID _PORT_MESSAGE::ClientId

Definition at line 2929 of file ntddk.h.

◆ ClientViewSize

ULONG _PORT_MESSAGE::ClientViewSize

Definition at line 2934 of file ntddk.h.

◆ DataLength

USHORT _PORT_MESSAGE::DataLength

Definition at line 2925 of file ntddk.h.

◆ MessageId

ULONG _PORT_MESSAGE::MessageId

Definition at line 2930 of file ntddk.h.

◆ TotalLength

USHORT _PORT_MESSAGE::TotalLength

Definition at line 2926 of file ntddk.h.

◆ Type

USHORT _PORT_MESSAGE::Type

Definition at line 2927 of file ntddk.h.

◆ VirtualRangesOffset

USHORT _PORT_MESSAGE::VirtualRangesOffset

Definition at line 2928 of file ntddk.h.


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