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

vdm.c

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1990 Microsoft Corporation 00004 00005 Module Name: 00006 00007 VDM.C 00008 00009 Abstract: 00010 00011 This routine has a stub for the x86 only api NtStartVdmExecution. 00012 00013 Author: 00014 00015 Dave Hastings (daveh) 2 Apr 1991 00016 00017 00018 Revision History: 00019 00020 --*/ 00021 00022 #include "ki.h" 00023 00024 NTSTATUS 00025 NtInitializeVDM( 00026 VOID 00027 ) 00028 { 00029 return STATUS_SUCCESS; 00030 } 00031 00032 NTSTATUS 00033 NtVdmStartExecution ( 00034 ) 00035 00036 /*++ 00037 00038 Routine Description: 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:42:21 2004 for test by doxygen 1.3.7