#include "stdafx.h"

Go to the source code of this file.
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 *) |
Definition in file emptyfunc.cpp.
| #define DEFINE_EMPTYFUNC0 | ( | name | ) | NTSTATUS name() {return STATUS_SUCCESS;} |
Definition at line 9 of file emptyfunc.cpp.
| #define DEFINE_EMPTYFUNC1 | ( | name | ) | NTSTATUS name(void *) {return STATUS_SUCCESS;} |
Definition at line 10 of file emptyfunc.cpp.
| NTSTATUS KdD0Transition | ( | ) |
Definition at line 14 of file emptyfunc.cpp.
| NTSTATUS KdD3Transition | ( | ) |
Definition at line 15 of file emptyfunc.cpp.
| NTSTATUS KdDebuggerInitialize1 | ( | void * | ) |
Definition at line 16 of file emptyfunc.cpp.
| NTSTATUS KdRestore | ( | void * | ) |
Definition at line 18 of file emptyfunc.cpp.
| NTSTATUS KdSave | ( | void * | ) |
Definition at line 19 of file emptyfunc.cpp.