Previous: DosMemoryAlloc function To the Table of Content Next: FarGetByte function

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

DosMemoryFree function

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: DosMemoryAlloc function To the Table of Content Next: FarGetByte function
DosMemoryAlloc function Table of Content FarGetByte function

- 4.28.2.13 -