End_PM_App

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