V86MMGR_Get_Mapping_Info
include v86mmgr.inc
VxDcall V86MMGR_Get_Mapping_Info
mov [NumReservedPages], ch
mov [NumAvailablePages], cl
Gets information about the current page mapping areas. Uses ECX, Flags.
- Returns with the total number of pages reserved for global mapping in the CH register, and the number of pages available (not in use) for global mapping in the CL register.