ReactOS 0.4.15-dev-7958-gcd0bb1a
KDVM_SENDPACKET_INFO Struct Reference

#include <kdvm.h>

Collaboration diagram for KDVM_SENDPACKET_INFO:

Public Attributes

struct {
   UCHAR   KdDebuggerNotPresent: 1
 
   UCHAR   RetryKdSendPacket: 1
 
   UCHAR   KdDebuggerEnabledAvailable: 1
 
}; 
 
BOOLEAN KdDebuggerEnabled
 
USHORT Unused
 

Detailed Description

Definition at line 73 of file kdvm.h.

Member Data Documentation

◆ 

struct { ... } KDVM_SENDPACKET_INFO::@609

◆ KdDebuggerEnabled

BOOLEAN KDVM_SENDPACKET_INFO::KdDebuggerEnabled

Definition at line 81 of file kdvm.h.

Referenced by KdReceivePacket(), and KdSendPacket().

◆ KdDebuggerEnabledAvailable

UCHAR KDVM_SENDPACKET_INFO::KdDebuggerEnabledAvailable

Definition at line 79 of file kdvm.h.

Referenced by KdReceivePacket(), and KdSendPacket().

◆ KdDebuggerNotPresent

UCHAR KDVM_SENDPACKET_INFO::KdDebuggerNotPresent

Definition at line 77 of file kdvm.h.

Referenced by KdReceivePacket(), and KdSendPacket().

◆ RetryKdSendPacket

UCHAR KDVM_SENDPACKET_INFO::RetryKdSendPacket

Definition at line 78 of file kdvm.h.

Referenced by KdSendPacket().

◆ Unused

USHORT KDVM_SENDPACKET_INFO::Unused

Definition at line 82 of file kdvm.h.


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