How can I find the processor clock speed? in a windows 98 box.
and where can you find out what these functions do so i wont have to keep posting here and begging for help.. :)
Thanks again in advance..
~Jay
Printable View
How can I find the processor clock speed? in a windows 98 box.
and where can you find out what these functions do so i wont have to keep posting here and begging for help.. :)
Thanks again in advance..
~Jay
To find the processor speed you have to measure it: http://www.planet-source-code.com/vb...=1677&lngWId=3
The best resource for the Win32 API is the Platform SDK at MSDN: http://msdn.microsoft.com/library/default.asp
Note: pay attention to the supported platforms section at the bottom. Some things are NT only, 2000 only, 98 only, things like that.
Thanks..