Previous Next

KeReadStateTimer

The KeReadStateTimer routine reads the current state of a given timer object.

BOOLEAN 
  KeReadStateTimer(
    IN PKTIMER  Timer
    );

Parameters

Timer
Pointer to an initialized timer object, for which the caller provides the storage.

Return Value

If the current state of the timer object is signaled, TRUE is returned.

Headers

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

Comments

Callers of KeReadStateTimer must be running at IRQL <= DISPATCH_LEVEL.

See Also

KeCancelTimer, KeInitializeTimer, KeSetTimer