Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

vdm.c File Reference

#include "ki.h"

Go to the source code of this file.

Functions

NTSTATUS NtInitializeVDM (VOID)
NTSTATUS NtVdmStartExecution ()


Function Documentation

NTSTATUS NtInitializeVDM VOID   ) 
 

Definition at line 25 of file ke/mips/vdm.c.

00028 { 00029 return STATUS_SUCCESS; 00030 }

NTSTATUS NtVdmStartExecution  ) 
 

Definition at line 33 of file ke/mips/vdm.c.

00038 : 00039 00040 This routine returns STATUS_NOT_IMPLEMENTED 00041 00042 Arguments: 00043 00044 Return Value: 00045 00046 STATUS_NOT_IMPLEMENTED 00047 --*/ 00048 { 00049 00050 return STATUS_NOT_IMPLEMENTED; 00051 00052 } }


Generated on Sat May 15 19:46:07 2004 for test by doxygen 1.3.7