Yep. QueryPerformanceFrequency() is also used to tell whether the hardware supports a high-performance counter, at all, so you should probably call it first, anyway.
~TJ ----- Original Message ----- From: Weston Fryatt To: [EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 11:22 PM Subject: Re: [msvc] System Clock Thanks! So, I use QueryPerformanceFrequency to figure out how many "counts" per second, right? _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
