ReactOS
0.4.15-dev-5618-g8866b9d
|
#include <windbgkd.h>
Public Attributes | |
ULONG | ApiNumber |
USHORT | ProcessorLevel |
USHORT | Processor |
union { | |
DBGKD_PRINT_STRING PrintString | |
DBGKD_GET_STRING GetString | |
} | u |
Definition at line 419 of file windbgkd.h.
ULONG _DBGKD_DEBUG_IO::ApiNumber |
Definition at line 421 of file windbgkd.h.
Referenced by KdpPrintString(), KdpPromptString(), and KdReceivePacket().
DBGKD_GET_STRING _DBGKD_DEBUG_IO::GetString |
Definition at line 427 of file windbgkd.h.
Referenced by KdpPromptString(), and KdReceivePacket().
DBGKD_PRINT_STRING _DBGKD_DEBUG_IO::PrintString |
Definition at line 426 of file windbgkd.h.
Referenced by KdpPrintString().
USHORT _DBGKD_DEBUG_IO::Processor |
Definition at line 423 of file windbgkd.h.
Referenced by KdpPrintString(), and KdpPromptString().
USHORT _DBGKD_DEBUG_IO::ProcessorLevel |
Definition at line 422 of file windbgkd.h.
Referenced by KdpPrintString(), and KdpPromptString().
union { ... } _DBGKD_DEBUG_IO::u |
Referenced by KdpPrintString(), KdpPromptString(), and KdReceivePacket().