Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
DOSMGR_Get_IndosPtr
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include dosmgr.inc
 
VxDcall DOSMGR_Get_IndosPtr
 
The DOSMGR_Get_IndosPtr service returns the linear address of the MS-DOS
Indos and Errormode variables.
 
This service has no parameters.
 
Return Value
 
The EAX register contains the linear address (V86 mode address) of Indos and
Errormode word. The low byte is the Errormode variable, the high byte is
Indos.
 
Comments
 
This is a low linear address. To examine the value in a virtual machine
which is not the current virtual machine, the virtual device must add the
virtual-machine high-linear address to this value.
 
Uses
 
EAX, Flags
 
                                      ♦