◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc mov ecx, Count ; reentrancy count VMMcall End_Reentrant_Execution The End_Reentrant_Execution service ends reentrant 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. Parameter Description ──────────────────────────────────────────────────────────────────────────── Count Specifies the reentrancy count previously returned by the Begin_Reentrant_Execution service. Return Value This service has no return value. Uses Flags See Also Begin_Reentrant_Execution ♦