ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <kdvm.h>
Public Attributes | |
struct { | |
UCHAR KdDebuggerNotPresent: 1 | |
UCHAR RetryKdSendPacket: 1 | |
UCHAR KdDebuggerEnabledAvailable: 1 | |
}; | |
BOOLEAN | KdDebuggerEnabled |
USHORT | Unused |
struct { ... } KDVM_SENDPACKET_INFO::@613 |
BOOLEAN KDVM_SENDPACKET_INFO::KdDebuggerEnabled |
Definition at line 81 of file kdvm.h.
Referenced by KdReceivePacket(), and KdSendPacket().
UCHAR KDVM_SENDPACKET_INFO::KdDebuggerEnabledAvailable |
Definition at line 79 of file kdvm.h.
Referenced by KdReceivePacket(), and KdSendPacket().
UCHAR KDVM_SENDPACKET_INFO::KdDebuggerNotPresent |
Definition at line 77 of file kdvm.h.
Referenced by KdReceivePacket(), and KdSendPacket().
UCHAR KDVM_SENDPACKET_INFO::RetryKdSendPacket |
Definition at line 78 of file kdvm.h.
Referenced by KdSendPacket().