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.
Resume_Exec
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
VMMcall Resume_Exec
 
The Resume_Exec service immediately executes the current virtual machine.
This service may only be called in a nested execution block created using
the Begin_Nest_Exec or Begin_Nest_V86_Exec service.
 
This service has no parameters.
 
Return Value
 
This service has no return value.
 
Comments
 
This service can be use any number of times in a nested execution block.
 
This service returns when the virtual machine returns to the same point it
was at when Begin_Nest_Exec was called.
 
Uses
 
Flags
 
See Also
 
Begin_Nest_Exec, Begin_Nest_V86_Exec