End_Reentrant_Execution

include vmm.inc

mov ecx, Count ; re-entrancy count

VMMcall End_Reentrant_Execution


The End_Reentrant_Execution service ends re-entrant execution. Virtual devices use this service in conjunction with the Begin_Reentrant_Execution service. A virtual device that calls Begin_Reentrant_Execution must call this service before returning.

Parameters

Count

Specifies the re-entrancy count previously returned by the Begin_Reentrant_Execution service.

Return Value

This service has no return value.

Uses

Flags

See Also

Begin_Reentrant_Execution