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
Printable View
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
Try to use GlobalMemoryStatus() API function. Details in help.
Jack.