getSystemInfo API to obtain Processor description
Posted: Fri Aug 07, 2009 2:51 pm
by Andrew >> Fri, 23 Jul 2004 0:39:45 GMT
I'm looking for a way to obtain this sort of information:
"Processor x86 Family 6 Model 8 Stepping 1 AuthenticAMD ~1990 Mhz "
or even just
"AMD 1.9Ghz"
I'm currently using (GetSystemInfo in kernel32) but am struggling to interpret parts of the structure returned.
Any suggestions would be most welcome.
I'm looking for a way to obtain this sort of information:
"Processor x86 Family 6 Model 8 Stepping 1 AuthenticAMD ~1990 Mhz "
or even just
"AMD 1.9Ghz"
I'm currently using (GetSystemInfo in kernel32) but am struggling to interpret parts of the structure returned.
Any suggestions would be most welcome.