Page 1 of 1

KeQueryPerformanceCounter_()

Posted: Sun Jun 01, 2008 8:42 pm
by Psychophanta
Please add this winapi function.
And also:
KeQueryInterruptTime, KeQuerySystemTime, KeQueryTickCount, KeQueryTimeIncrement.

Posted: Mon Jun 02, 2008 12:19 am
by freak
Those are kernel mode functions for drivers, not for user mode programs.

Try QueryPerformanceCounter_() instead.