include vmm.inc mov ebx, VM ; VM handle to test VMMcall Test_Cur_VM_Handle je is_current ; zero flag set if current VM handle |
The Test_Cur_VM_Handle service tests whether the given virtual machine handle is the handle of the currently running virtual machine.
This is an asynchronous service.
VM
Specifies a handle identifying the virtual machine to test.
The zero flag is set if the handle is for the currently running virtual machine.
Flags