投稿者 在浩  (社会人) 投稿日時 2010/1/21 09:44:17
より正確な時間を必要とするアプリケーションの場合
Apiのコンポーネントのうち、Gettickcount関数を参照してください。 

getticount関数は、system timerを使用するため、誤差率が1 / 1、000,000に小さくなっています。

* MSDNの抜粋
GetTickCount
The GetTickCount function retrieves the number of milliseconds that have elapsed since the system was started. It is limited to the resolution of the system timer. If you need a higher resolution timer, use amultimedia timer or a high-resolution timer.