Device info

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
 
T

Thore Berntsen

Thank You. The two API calls mentioned does not report the same amout of
memory. Do You know why?
 
G

Guest

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
 

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

Similar Threads

Directory.Exist - Weird problem 6
Desktop or device 2
Intermec cab files innstallation. 5
Oracle Lite 1
Storage Card 2
Windows CE and inputPanel 4
Cold boot 7
Network adapters 2

Top