Nuke_VM

include vmm.inc

mov ebx, VM ; VM handle

VMMcall Nuke_VM


The Nuke_VM service closes a virtual machine that has not yet terminated.

Parameters

VM

Specifies the handle identifying the virtual machine to destroy. If this parameter specifies the system virtual machine, the service closes Windows and returns to MS-DOS.

Return Value

The service has no return value. If the VM parameter specifies the current or system virtual machine, this service never returns.

Comments

The virtual shell device typically calls this service to close a virtual machine whenever the user chooses the Terminate button from the virtual machine's Settings dialog box.

This service should be used with caution.

Uses

ECX, EDX, Flags

See Also

Close_VM, Crash_Cur_VM