Appendix A: System Routines — Timer
1081
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
OSTimerRestart
Declaration:
DWORD
OSTimerRestart
(WORD
TimerNode
)
Category(ies):
Timer
Description:
Reset an already allocated timer.
Inputs:
TimerNode
— Name of the timer node being queried.
Outputs:
Value of the timer at the time of the call.
Assumptions:
Sets the value of the timer to that passed in by the
OSRegisterTimer
call,
and resets the timer expired flag.
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also: OSRegisterTimer, OSFreeTimer, OSTimerCurVal, OSTimerExpired
Example:
OldValue = OSTimerRestart(USER);