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_Set_Mapping_Info
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include v86mmgr.inc
 
VxDcall V86MMGR_Set_Mapping_Info
 
The V86MMGR_Set_Mapping_Info service notifies the V86MMGR mapper services of
the amount of space a virtual device requires for calls to the mapper
service calls. This service must be made during the Sys_Critical_Init or
Device_Init message for devices with an init order less than
V86MMGR_Init_Order. These settings are used by during the V86MMGR
Device_Init message.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
AL         Specifies the minimum number of pages (4K) required for copy
           buffer.
 
AH         Specifies the maximum number of pages (4K) desired for copy
           buffer.
 
BL         Specifies the minimum number of pages required for private global
           mapping region.
 
BH         Specifies the minimum number of pages required for shared global
           mapping region.
 
CL         Specifies the maximum number of pages desired for global page
           mapping region.
 
Return Value
 
This service has no return value.
 
Uses
 
Flags
 
                                      ♦