calculate storage memory of PPC programatically

S

sam

Hi frnd,
Can you please suggest a way to calculate the Storage
memory of Pocket PC programatically ?
Any tip(s) or suggestion(s) would of great help.

Thanx
 
P

Paul G. Tobey [eMVP]

Please define what you mean by "Storage memory".

You can P/Invoke GetSystemMemoryDivision() to get the percentage of RAM
allocated to filesystem use and to program memory use and then use
GlobalMemoryStatus() to get the total amount of built-in physical RAM.

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