- 4.28.2.38. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2.37 RealModeInt
4.28.2.38. ResizeDosMemoryBlock
4.28.2.38. ResizeDosMemoryBlock
Targets: MS-DOS only
DPMI Unit
This function is used to grow or shrink a memory block
that was allocated through the
AllocDosMemoryBlock function.
Declaration:
function ResizeDOSmemoryBlock(Selector: Word;
NewSize: DWord): Boolean;
Remarks:
Returns True if successful.
See also:
AllocDosMemoryBlock
FreeDosMemoryBlock
- 4.28.2.38. -