End_PM_App2

include vmm.inc

mov     ebx, VMHandle
mov     edi, OFFSET32 acb
mov     eax, End_PM_App2
VMMCall System_Control
 

Similar to End_PM_App, except that End_PM_App2 is sent only to virtual devices marked version 4.0 and it is sent in reverse device initialization order. End_PM_App2 is sent immediately after End_PM_App.

See Also

Begin_PM_App, End_PM_App