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.
Simulate_Far_Ret
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
VMMcall Simulate_Far_Ret
 
The Simulate_Far_Ret service simulates a far return in the current virtual
machine. This service pops the top two words (or double-words) from the
stack of the current virtual machine and copies these values to the
Client_CS and Client_EIP or Client_IP registers.
 
This service has no parameters.
 
Return Value
 
This service has no return value.
 
Comments
 
This services pops two word values from the stack if the segment containing
the address is a 16-bit segment. Otherwise, this service pops two
double-word values.
 
Uses
 
Flags
 
See Also
 
Simulate_Far_Call, Simulate_Far_Ret_N