End_Reentrant_Execution

include vmm.inc

mov     ecx, Count      ; re-entrancy count
VMMCall End_Reentrant_Execution
 

Ends re-entrant execution. A virtual device that calls the Begin_Reentrant_Execution service must call this service before returning. Uses Flags.

Count
Re-entrancy count previously returned by the Begin_Reentrant_Execution service.

See Also

Begin_Reentrant_Execution