Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
End_Reentrant_Execution
                                                     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