Previous Next

KeQueryTimeIncrement

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(
    );

Parameters

None

Return Value

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.

Headers

Declared in wdm.h and ntddk.h. Include wdm.h or ntddk.h.

Comments

Callers of KeQueryTimeIncrement can be running at any IRQL.

See Also

KeQueryPerformanceCounter, KeQuerySystemTime, KeQueryTickCount