Checking available memory?

  • Thread starter Thread starter PeterZ
  • Start date Start date
P

PeterZ

Hi,

I have a pocketPC app with a very chunky footprint (has mapping capability,
displays raster/vector maps, GPS, threading, etc...)

Here's a screenshot if you're interested:
http://www.insightgis.com.au/web/products_insightgis.htm#handimap

What I'd like to do is occasionally check for available memory on the iPAQ.

For example, when the user opens up a very large file (in my File Open
method) I'd like to query the iPAQ's available memory, and if it's bellow a
certain threshold I'd like to warn the user.

Any ideas how to do that?
A Windows API call maybe?

Suggestions or links would be great!

Cheers,
PeterZ
 
Back
Top