include v86mmgr.inc mov ebx, VMHandle mov eax, FirstPageNum mov ecx, NumPages VxDcall V86MMGR_ResetBasePages jc error_handler
Used by the virtual MS-DOS manager to manipulate MS-DOS related memory associated with the base memory handle of a virtual machine. Uses Flags.
VMHandle
Handle of the virtual machine.
FirstPageNum and NumPages
Linear or physical page number of the first page to manipulate, and the number of pages to manipulate.