include vmm.inc mov ebx, VM ; handle of VM running protected-mode app VMMcall Get_Cur_PM_App_CB mov [ControlBlock], edi ; address of application control block |
The Get_Cur_PM_App_CB services returns a pointer to the application control block for a protected-mode application.
VM
Specifies a handle identifying the virtual machine in which the protected-mode application is running.
The EDI register contains the address of the application control block.
EDI