E:/PROJECTS/cvsed/mixed/VIRTUA~1/kdvm/emptyfunc.cpp File Reference

Contains implementation of unused API exported by KDVM.dll. More...

#include "stdafx.h"

Include dependency graph for emptyfunc.cpp:

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 *)


Detailed Description

Contains implementation of unused API exported by KDVM.dll.

Author:
Ivan Shcherbakov (Bazis)
Id
emptyfunc.cpp,v 1.5 2009/06/07 10:08:59 Administrator Exp

Definition in file emptyfunc.cpp.


Define Documentation

#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.


Function Documentation

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.