Close_VM_Notify


include vmm.inc

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

Notifies a virtual device that the Close_VM service has been called and the specified virtual machine is terminating. The virtual device may use all general registers and flags.

VMHandle

Handle of the virtual machine to close.

Flags

Operation flag. Can be this value:

Value

Meaning

CVNF_Crit_Close

The virtual machine has not released the critical section.


All other values are reserved.

See also Close_VM, Close_VM_Notify2