calculate storage memory of PPC programatically

  • Thread starter Thread starter sam
  • Start date Start date
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
 
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.
 
Back
Top