#include "stdafx.h"
#include "kdcomdisp.h"
#include "reporter.h"

Go to the source code of this file.
Classes | |
| struct | _DBGKD_LOAD_SYMBOLS64 |
Defines | |
| #define | DbgKdContinueApi 0x00003136 |
| #define | DbgKdContinueApi2 0x0000313C |
Typedefs | |
| typedef unsigned | SystemTerminationPacket [60] |
| typedef struct _DBGKD_LOAD_SYMBOLS64 | DBGKD_LOAD_SYMBOLS64 |
| typedef struct _DBGKD_LOAD_SYMBOLS64 * | PDBGKD_LOAD_SYMBOLS64 |
Functions | |
| static bool | FixVerifierUnicodeReport (PKD_BUFFER pDataBuffer) |
| static void | InitializeSystemTerminationPacket (SystemTerminationPacket Packet) |
Definition in file kdcomdisp.cpp.
| #define DbgKdContinueApi 0x00003136 |
Definition at line 569 of file kdcomdisp.cpp.
| #define DbgKdContinueApi2 0x0000313C |
Definition at line 570 of file kdcomdisp.cpp.
| typedef struct _DBGKD_LOAD_SYMBOLS64 DBGKD_LOAD_SYMBOLS64 |
| typedef struct _DBGKD_LOAD_SYMBOLS64 * PDBGKD_LOAD_SYMBOLS64 |
| typedef unsigned SystemTerminationPacket[60] |
Definition at line 536 of file kdcomdisp.cpp.
| static bool FixVerifierUnicodeReport | ( | PKD_BUFFER | pDataBuffer | ) | [static] |
Definition at line 353 of file kdcomdisp.cpp.
| static void InitializeSystemTerminationPacket | ( | SystemTerminationPacket | Packet | ) | [static] |
Definition at line 548 of file kdcomdisp.cpp.