Previous: Function 0101 - Free DOS Memory Block To the Table of Content Next: Function 0200 - Get Real Mode Interrupt Vector

- 7.2.14 -
PMODE/W MSDOS Extender
PMODE/W Supported DPMI INT 31h functions

Function 0102 - Resize DOS Memory Block

PMODE/W API

This function Resizes a low memory block previously allocated by function 0100h.
In:
   AX     = 0102h
   BX     = new block size in paragraphs
   DX     = protected mode selector for memory block
Out:
   if successful:
     carry flag clear
   if failed:
     carry flag set
     AX     = DOS error code
     BX     = size of largest available block



Previous: Function 0101 - Free DOS Memory Block To the Table of Content Next: Function 0200 - Get Real Mode Interrupt Vector
Function 0101 - Free DOS Memory Block Table of Content Function 0200 - Get Real Mode Interrupt Vector

- 7.2.14 -