Destroy_VM2

include vmm.inc

mov     ebx, VMHandle
mov     eax, Destroy_VM2
VMMCall System_Control
 

Similar to Destroy_VM, except that Destroy_VM2 is sent only to all Windows 95 virtual devices in reverse initialization order. Destroy_VM2 is sent immediately after Destroy_VM. The Destroy_VM2 message is not sent to Windows 3.1 virtual devices.

See Also

Create_VM, Destroy_VM, VM_Not_Executeable