Previous: 4.28.2.12. DosMemoryAlloc To the Table of Contents Next: 4.28.2.14. FarGetByte
4.28.2.12. DosMemoryAlloc Table of Contents 4.28.2.14. FarGetByte

- 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


Previous: 4.28.2.12. DosMemoryAlloc To the Table of Contents Next: 4.28.2.14. FarGetByte
4.28.2.12. DosMemoryAlloc Table of Contents 4.28.2.14. FarGetByte

- 4.28.2.13. -