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 27 of file ke/alpha/vdm.c.

00030 { 00031 return STATUS_SUCCESS; 00032 }

NTSTATUS NtVdmStartExecution  ) 
 

Definition at line 35 of file ke/alpha/vdm.c.

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


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