Click to See Complete Forum and Search --> : Finding System is out of memory


Raghunandhan
October 6th, 1999, 12:18 AM
hi,
I want my application to find when system is running out of memory ...
so that instead of crashing the system , i can gracefully exit from the application after giving the user some message .

can u please help me

raghu

Jack Shainsky
October 6th, 1999, 02:57 AM
Try to use GlobalMemoryStatus() API function. Details in help.

Jack.