BOOLEAN
KeReadStateTimer(
IN PKTIMER Timer
);
KeReadStateTimer reads the current state of a given timer object.
If the current state of the timer object is Signaled, TRUE is returned.
Callers of KeReadStateTimer must be running at IRQL <= DISPATCH_LEVEL.