Can Someone give me the code
for a Timer with the GetQueryTickCount
API ( I want a closer real time.. timer)
Printable View
Can Someone give me the code
for a Timer with the GetQueryTickCount
API ( I want a closer real time.. timer)
Take a look at this: http://www.parksie.uklinux.net/hirestmr.zip
Do you mean
Querryperformance counter or Gettickcount?
Gettickount works the same way as timer function but returns amount of milliseconds since startup while querryperformance counter counts far more exact but isn't as simple to use as gettickcount
By The Way:
Its GetTickCount and QueryPerformanceCounter They are completely different API's.