- 4.28.2.13. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2. DPMI Unit Procedures and Functions
4.28.2.13. DosMemoryFree
4.28.2.13. DosMemoryFree
Targets: MS-DOS only
DPMI Unit
This function frees memory that was allocated through
the DosMemoryAlloc function.
Declaration:
function DOSMemoryFree(Segment: Word): Boolean;
Remarks:
Returns True if successful.
DOSMemoryAlloc and DOSMemoryFree functions uses Int 21h.
See also:
DosMemoryAlloc
- 4.28.2.13. -