VMCPD_Get_Virt_State


include vmcpd.inc

mov ebx, VMHandle
VxDcall VMCPD_Get_Virt_State
mov [Virt_State], al

Retrieves the virtual state of EM and MP bits for the given virtual machine. Uses EAX, and Flags.

VMHandle

Handle of the virtual machine.