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.
Set_V86_Exec_Mode
◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
include vmm.inc
VMMcall Set_V86_Exec_Mode
The Set_V86_Exec_Mode service forces the current virtual machine into V86
mode. If the current virtual machine is already in V86 mode, this service
has no effect.
This service has no parameters.
Return Value
This service has no return value.
Comments
Changing the execution mode of a virtual machine does not change the virtual
machine's EAX, EBX, ECX, EDX, ESI, EDI, and EBP registers or most flags. The
VM flag and IOPL flags change. The DS, ES, FS, GS, SS, ESP, CS, and EIP
registers are restored to the previous values for V86 mode.
Uses
Flags
See Also
Set_PM_Exec_Mode
♦