include vmm.inc mov ebx, VMHandle VMMcall Get_Cur_PM_App_CB mov [ControlBlock], edi
Retrieves a pointer to the application control block for a protected-mode application. Uses EDI.
VMHandle
Handle of the virtual machine in which the protected-mode application is running.
It is an error to call this service if the virtual machine is not running a protected-mode application.