Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Crash_Cur_VM
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
VMMcall Crash_Cur_VM
 
The Crash_Cur_VM service abruptly terminates the current VM. A virtual
device should call this service when a catastrophic error has occured in the
VM, such as executing an illegal instruction or attempting to program a
piece of hardware in a way incompatible with the device virtualization.
 
If the system VM is the current VM, Windows exits with a fatal error without
explicitly crashing the other VMs.
 
Parameter                        Description
────────────────────────────────────────────────────────────────────────────
 
 
This service has no parameters.  Return Value
 
This service does not return
 
                                      ♦