kdvmware/emptyfunc.cpp File Reference

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

#include "stdafx.h"

Include dependency graph for emptyfunc.cpp:


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 KDVmware.dll.

Author:
Ivan Shcherbakov (Bazis)
Id
emptyfunc.cpp,v 1.4 2008/12/30 18:47:44 Bazis Exp

Define Documentation

#define DEFINE_EMPTYFUNC0 ( name   )     NTSTATUS name() {return STATUS_SUCCESS;}

#define DEFINE_EMPTYFUNC1 ( name   )     NTSTATUS name(void *) {return STATUS_SUCCESS;}


Function Documentation

NTSTATUS KdD0Transition (  ) 

NTSTATUS KdD3Transition (  ) 

NTSTATUS KdDebuggerInitialize1 ( void *   ) 

NTSTATUS KdRestore ( void *   ) 

NTSTATUS KdSave ( void *   ) 

SourceForge.net Logo