Close_VM_Notify2


include vmm.inc

mov     ebx, VMHandle
mov     edx, Flags
mov     eax, Close_VM_Notify2
VMMcall System_Control

Similar to Close_VM_Notify, except that Close_VM_Notify2 is sent only to virtual devices marked version 4.0 and it is sent in reverse device initialization order. Close_VM_Notify2 is sent immediately after Close_VM_Notify.

See also Close_VM, Close_VM_Notify