#include "stdafx.h"

Defines | |
| #define | DEFINE_EMPTYFUNC0(name) NTSTATUS name() {return STATUS_SUCCESS;} |
| #define | DEFINE_EMPTYFUNC1(name) NTSTATUS name(void *) {return STATUS_SUCCESS;} |
Functions | |
| NTSTATUS | KdD0Transition () |
| NTSTATUS | KdD3Transition () |
| NTSTATUS | KdDebuggerInitialize1 (void *) |
| NTSTATUS | KdRestore (void *) |
| NTSTATUS | KdSave (void *) |
| #define DEFINE_EMPTYFUNC0 | ( | name | ) | NTSTATUS name() {return STATUS_SUCCESS;} |
| #define DEFINE_EMPTYFUNC1 | ( | name | ) | NTSTATUS name(void *) {return STATUS_SUCCESS;} |
| NTSTATUS KdD0Transition | ( | ) |
| NTSTATUS KdD3Transition | ( | ) |
| NTSTATUS KdDebuggerInitialize1 | ( | void * | ) |
| NTSTATUS KdRestore | ( | void * | ) |
| NTSTATUS KdSave | ( | void * | ) |