How to find out from program how much memory is available?

M

Mathijs Beentjes

Hi,

- How can I find out how much memory is still available from program?

- I want to know this, because a customer of mine is claiming a
unrecoverable database crash once and a while; I want to build in a
check on memory availability. I think this might be the cause.
Does anyone has the same problems with Sql CE databases?

Thanks in advance,

Mathijs Beentjes.
 
P

Paul G. Tobey [eMVP]

The GlobalMemoryStatus() method of class Core in OpenNETCF has the ability
to return some memory status...

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top