KeReadStateTimer

BOOLEAN
    KeReadStateTimer(

        IN PKTIMER  Timer
        );

KeReadStateTimer reads the current state of a given timer object.

Parameters

Timer
Points 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.

Comments

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

See Also

KeCancelTimer, KeInitializeTimer, KeSetTimer