KeQueryPerformanceCounter_()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

KeQueryPerformanceCounter_()

Post by Psychophanta »

Please add this winapi function.
And also:
KeQueryInterruptTime, KeQuerySystemTime, KeQueryTickCount, KeQueryTimeIncrement.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Those are kernel mode functions for drivers, not for user mode programs.

Try QueryPerformanceCounter_() instead.
quidquid Latine dictum sit altum videtur
Post Reply