include vmm.inc mov ebx, VMHandle mov edi, OFFSET32 acb mov eax, End_PM_App VMMcall System_Control
Notifies the virtual device that a protected-mode application is ending. The virtual device may modify all general registers and flags.
VMHandle
Handle of the current virtual machine.
abc
Address of the application control block for the application that is terminating.
See also Begin_PM_App, End_PM_App2