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

- 7.2.14. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.14. Function 0102 - Resize DOS Memory Block


7.2.14. 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: 7.2.13. Function 0101 - Free DOS Memory Block To the Table of Contents Next: 7.2.15. Function 0200 - Get Real Mode Interrupt Vector
7.2.13. Function 0101 - Free DOS Memory Block Table of Contents 7.2.15. Function 0200 - Get Real Mode Interrupt Vector

- 7.2.14. -