- 4.28.2.31. -
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.31. GetFreeMemoryInfo
4.28.2.31. GetFreeMemoryInfo
Targets: MS-DOS only
DPMI Unit
This function is provided so that protected mode applications can
determine how much memory is available. Under DPMI implementations
that support virtual memory, it is important to consider issues such
as the amount of available physical memory.
Declaration:
function GetFreeMemoryInfo (BufferPtr: Pointer): Boolean;
Remarks:
Returns True if successful.
- 4.28.2.31. -