include vmm.inc mov ebx, VM ; current VM handle mov edx, Flags ; flags mov eax, Close_VM_Notify |
The Close_VM_Notify message notifies a virtual device that the Close_VM service has been called and the specified virtual machine is terminating.
VM
Specifies a handle identifying the virtual machine to close.
Flags
Specifies the operation flags. This parameter can be the following value:
Value | Meaning |
CVNF_Crit_Close | The virtual machine has not released the critical section. |
All other values are reserved.
The carry flag is set if the virtual device supports termination of the virtual machine. Otherwise, the carry flag is set to indicate an error.
Flags