API to get Computer Info ?

  • Thread starter Thread starter Polaris
  • Start date Start date
P

Polaris

Hi:

Is there a SDK API to get computer info like "Intel (R) Pentium(R) M" etc as
shown in Control Panel - System - General page?

Thanks in Advance !

Polaris
 
Actully these are many api which fill up the the General page of the
System->General page.

i.e.
1. The GlobalMemoryStatus function : returns The Total memory of computer.
2. GetVersionEx :return withthe current version of windows ie. it name
Service pack etc
3. Current user by GetUserName api
4. Computer name by GetComputername api
5.GetSystemInfo return with the processor related Info you have to manually
interpret to get "Intel (R) Pentium(R) M"

hope you got my point now

--

With Regards
Alok Gupta
Visit me at http://alok.bizhat.com

"I think this will Help"

..
 
Thanks for your info, I do use those functions.

thatsalok said:
Actully these are many api which fill up the the General page of the
System->General page.

i.e.
1. The GlobalMemoryStatus function : returns The Total memory of computer.
2. GetVersionEx :return withthe current version of windows ie. it name
Service pack etc
3. Current user by GetUserName api
4. Computer name by GetComputername api
5.GetSystemInfo return with the processor related Info you have to
manually
interpret to get "Intel (R) Pentium(R) M"

hope you got my point now

--

With Regards
Alok Gupta
Visit me at http://alok.bizhat.com

"I think this will Help"

.
 
Back
Top