KeQueryTickCount on AMD64 Vista.

  • Thread starter Thread starter aosnovich
  • Start date Start date
A

aosnovich

I'm building my driver for AMD64 Vista and getting this function
unresolved. I checked the wlh\amd64\ntoskrnl.lib from the latest nt6
ddk (the one I'm linking with) and the KeQueryCountTick() is not there
anymore (the i386\ntoskrnl.lib counterpart still has it). Is it gone
only from the ntoskrnl.lib or ntoskrnl.exe as well? If it is somehow
not supported (doubtful) what's the replacement then?
Thanks, Andrei.
 
Back
Top