• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

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

Go to the documentation of this file.
00001 
00007 #include "stdafx.h"
00008 
00009 #define DEFINE_EMPTYFUNC0(name) NTSTATUS name() {return STATUS_SUCCESS;}
00010 #define DEFINE_EMPTYFUNC1(name) NTSTATUS name(void *) {return STATUS_SUCCESS;}
00011 
00012 extern "C"
00013 {
00014     DEFINE_EMPTYFUNC0(KdD0Transition)
00015     DEFINE_EMPTYFUNC0(KdD3Transition)
00016     DEFINE_EMPTYFUNC1(KdDebuggerInitialize1)
00017 
00018         DEFINE_EMPTYFUNC1(KdRestore)
00019     DEFINE_EMPTYFUNC1(KdSave)
00020 }