Previous: GetExceptionHandler function To the Table of Content Next: GetInterruptState function

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

GetFreeMemoryInfo function

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.


Previous: GetExceptionHandler function To the Table of Content Next: GetInterruptState function
GetExceptionHandler function Table of Content GetInterruptState function

- 4.28.2.31 -