|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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(), KdReceivePacket(), and KdSendPacket().
| DBGKD_GET_STRING _DBGKD_DEBUG_IO::GetString |
Definition at line 427 of file windbgkd.h.
Referenced by KdbPromptStringWorker(), 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 KdbPromptStringWorker(), KdpPrintString(), KdpPromptString(), and KdReceivePacket().