DOS/32 Advanced DOS Extender - D32A C/C++ Run-Time Library Reference



4.07 - DOS/32 Advanced D32A Library function - d32a_getfreemem_low()

Synopsys:

#include <d32a.h>
unsigned long d32a_getfreemem_low(void);


Description:

This function allows you to determine how much free conventional (Low or DOS) memory is currently available for application's use. The value returned by this function should be considered as advisory when the application is running in a multitasking environment, as other programs may allocate some memory after this function has been called.


Returns:

The amount of available free conventional (Low) memory in bytes.

 


Copyright © DOS/32 Advanced Team 1996-2002
All Rights Reserved