Previous: RealModeInt function To the Table of Content Next: SegmentToDescriptor function

- 4.28.2.38 -
Standard Units
DPMI Unit
DPMI Unit Procedures and Functions

ResizeDosMemoryBlock function

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


Previous: RealModeInt function To the Table of Content Next: SegmentToDescriptor function
RealModeInt function Table of Content SegmentToDescriptor function

- 4.28.2.38 -