Get_Cur_VM_Handle

include vmm.inc

VMMCall Get_Cur_VM_Handle

mov     [VM], ebx         ; current VM handle
 

Gets the handle of the currently running virtual machine. This is an asynchronous service. Uses EBX, Flags.

See Also

Get_Sys_VM_Handle, Test_Cur_VM_Handle