The KeQueryTimeIncrement routine returns the number of 100-nanosecond units that are added to the system time each time the interval clock interrupts.
ULONG
KeQueryTimeIncrement(
);
None
KeQueryTimeIncrement returns a ULONG value indicating the number of 100-nanosecond units that are added to the system time each time the interval clock interrupts.
Declared in wdm.h and ntddk.h. Include wdm.h or ntddk.h.
Callers of KeQueryTimeIncrement can be running at any IRQL.
KeQueryPerformanceCounter, KeQuerySystemTime, KeQueryTickCount