ReactOS 0.4.16-dev-822-gbcedb53
|
#include <kd.h>
Public Attributes | |
union { | |
struct { | |
UCHAR Screen:1 | |
UCHAR Serial:1 | |
UCHAR File:1 | |
} | |
ULONG Value | |
}; | |
union { ... } _KDP_DEBUG_MODE::@1828 |
UCHAR _KDP_DEBUG_MODE::File |
Definition at line 102 of file kd.h.
Referenced by KdpDebugLogInit(), and KdpGetDebugMode().
UCHAR _KDP_DEBUG_MODE::Screen |
Definition at line 100 of file kd.h.
Referenced by KdbpInternalEnter(), KdpGetDebugMode(), KdpInitTerminal(), KdpScreenInit(), and KdpUpdateTerminalSize().
UCHAR _KDP_DEBUG_MODE::Serial |
Definition at line 101 of file kd.h.
Referenced by KdDebuggerInitialize0(), KdpGetDebugMode(), KdpGetTerminalSettings(), KdpInitTerminal(), and KdpSerialInit().
ULONG _KDP_DEBUG_MODE::Value |
Definition at line 106 of file kd.h.
Referenced by KdDebuggerInitialize0(), and KdSendPacket().