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_Get_EMS_XMS_Limits
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include v86mmgr.inc
 
VxDcall V86MMGR_Get_EMS_XMS_Limits
 
The V86MMGR_Get_EMS_XMS_Limits service returns the current EMS and XMS
limits.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
EBX        Specifies the virtual machine handle to get limits of.
 
Return Value
 
The following register contain values:
 
Register  Description
────────────────────────────────────────────────────────────────────────────
EAX       Minimum EMS kilobytes (multiple of 4)
 
EDX       Maximum EMS kilobytes (multiple of 4)
 
ESI       Minimum XMS kilobytes (multiple of 4)
 
EDI       Maximum XMS kilobytes (multiple of 4)
 
ECX       Access to HMA is disabled (if zero) or enabled (if 1).
 
Uses
 
All registers except EBX, EBP, and segment registers
 
                                      ♦