End_PM_App

include vmm.inc

mov ebx, VM ; current VM handle

mov edi, OFFSET32 acb ; points to application control block

mov eax, End_PM_App

VMMcall System_Control


The End_PM_App message notifies the virtual device that the system is terminating a protected-mode application.

Parameters

VM

Specifies a handle identifying the current virtual machine.

abc

Points to an application control block.

Return Value

The carry flag must be clear.

Uses

Flags

See Also

Begin_PM_App