Nuke_VM

include vmm.inc

mov     ebx, VMHandle
VMMCall Nuke_VM
 

Closes a virtual machine that has not yet terminated normally. Uses ECX, EDX, and Flags

VMHandle
Handle of the virtual machine to destroy. If this parameter specifies the system virtual machine, a fatal error occurs and Windows terminates.

The virtual shell device typically calls this service to close a virtual machine whenever the user chooses to end the task without going through normal application shutdown procedures.

This service should be used with caution.

See Also

Close_VM