include vmm.inc
mov ebx, VMHandle
VMMCall Nuke_VM
Closes a virtual machine that has not yet terminated normally. Uses ECX, EDX, and Flags
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.
Close_VM