Device info

  • Thread starter Thread starter Thore Berntsen
  • Start date Start date
T

Thore Berntsen

Can anyone please tell me how I can find this information on a Windows CE
device:

How much RAM is innstalled on my Device, how much of this RAM is
used/unused.

If innstalled: How big is my storage card, how much free space is there on
the storage card.

Thore Berntsen
 
Thank You. The two API calls mentioned does not report the same amout of
memory. Do You know why?
 
Typically you use GlobalMemoryStatus to determine how much memory your application can allocate without severely impacting other applications. So the information returned is influenced by other applications and activities that are going on in your device. GetSsytemMemoryDevision actually looks at the physical amount of memory available in the system and shows how much of it is available for the object store and how much memory can be used as program memory. Hope this helps you a little further

Regards
Maarten Struys, eMV
PTS Software b


----- Thore Berntsen wrote: ----

Thank You. The two API calls mentioned does not report the same amout o
memory. Do You know why
 
Back
Top