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.
Count
Specifies the re-entrancy count previously returned by the Begin_Reentrant_Execution service.
This service has no return value.
Flags