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.
V86MMGR_Xlat_API
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include v86mmgr.inc
 
VxDcall V86MMGR_Xlat_API
 
The V86MMGR_Xlat_API service is a simple interpreter that executes scripts
that are created using macros defined in the V86MMGR.INC file.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
EBX        Specifies the current virtual machine handle.
 
EBP        Points to a Client_Reg_Struc structure containing the register
           values for the virtual machine.
 
EDX        Points to the script to translate.
 
Return Value
 
The carry flag is clear if the script has executed successfully; the EDX
register is destroyed.
 
If the carry flag is set, the service encountered an error while executing a
script.
 
Uses
 
EDX, Flags
 
                                      ♦