Memory information

  • Thread starter Thread starter Harry Hudini
  • Start date Start date
H

Harry Hudini

Is there a way to get the memory info (free, used, how much assigned where
etc) and perhaps processor info from a pocketpc WITHOUT using the OPENNETCF
libraries ? The reason i say that is that i would just like to learn to do
it without 3rd party help.

Cheers

--
________________________________________________
ADSSupport.net
http://www.adssupport.net
Dedicated free Active Directory ServicesT support

email: oliver.marshall@[email protected]
 
Harry Hudini said:
Is there a way to get the memory info (free, used, how much assigned where
etc) and perhaps processor info from a pocketpc WITHOUT using the OPENNETCF
libraries ? The reason i say that is that i would just like to learn to do
it without 3rd party help.

Well, the easiest thing to do is find out what you'd call in OpenNETCF
and then look at the code. That's the beauty of open source :)
 
Well the OpenNETCF stuff is open, so just look at how it's done there and
then copy it. I'm not sure what you'll gain. Since there aren't multiple
ways to do this, you'll end up with the same code but have wasted time doing
something already done.

-Chris
 
Back
Top