ReactOS 0.4.15-dev-8058-ga7cbb60
KDVM_RECV_PKT_RESULT Struct Reference

#include <kdvm.h>

Collaboration diagram for KDVM_RECV_PKT_RESULT:

Public Attributes

UCHAR CommandType
 
KDVM_MARSHAL_STRING MessageHeader
 
KDVM_MARSHAL_STRING MessageData
 
KDVM_CONTEXT KdContext
 
KDP_STATUS KdStatus
 
ULONG FullSize
 
ULONG HeaderSize
 
ULONG DataSize
 
KDVM_SENDPACKET_INFO Info
 

Detailed Description

Definition at line 112 of file kdvm.h.

Member Data Documentation

◆ CommandType

UCHAR KDVM_RECV_PKT_RESULT::CommandType

Definition at line 114 of file kdvm.h.

◆ DataSize

ULONG KDVM_RECV_PKT_RESULT::DataSize

Definition at line 121 of file kdvm.h.

Referenced by KdReceivePacket().

◆ FullSize

ULONG KDVM_RECV_PKT_RESULT::FullSize

Definition at line 119 of file kdvm.h.

Referenced by KdReceivePacket().

◆ HeaderSize

ULONG KDVM_RECV_PKT_RESULT::HeaderSize

Definition at line 120 of file kdvm.h.

Referenced by KdReceivePacket().

◆ Info

KDVM_SENDPACKET_INFO KDVM_RECV_PKT_RESULT::Info

Definition at line 122 of file kdvm.h.

◆ KdContext

KDVM_CONTEXT KDVM_RECV_PKT_RESULT::KdContext

Definition at line 117 of file kdvm.h.

Referenced by KdReceivePacket().

◆ KdStatus

KDP_STATUS KDVM_RECV_PKT_RESULT::KdStatus

Definition at line 118 of file kdvm.h.

Referenced by KdReceivePacket().

◆ MessageData

KDVM_MARSHAL_STRING KDVM_RECV_PKT_RESULT::MessageData

Definition at line 116 of file kdvm.h.

Referenced by KdReceivePacket().

◆ MessageHeader

KDVM_MARSHAL_STRING KDVM_RECV_PKT_RESULT::MessageHeader

Definition at line 115 of file kdvm.h.

Referenced by KdReceivePacket().


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