Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
370 B

/* cmdexit.c - Exit related SVC routines
*
* cmdExit
*
* Modification History:
*
* Sudeepb 05-Jul-1991 Created
*/
#include "cmd.h"
#include <cmdsvc.h>
#include <softpc.h>
#include <winbase.h>
/* cmdExitVDM - Terminate the VDM
*
*
* Entry - None
*
* Exit - None
*
*
*
*/
VOID cmdExitVDM (VOID)
{
// Kill the VDM process
TerminateVDM();
}