
Home / Autodocs / lowlevel.library
NAME
- RemTimerInt
-
remove a previously installed timer interrupt. (V40)
SYNOPSIS
RemTimerInt(intHandle);
VOID RemTimerInt(APTR);
FUNCTION
Removes a timer interrupt routine previously installed with AddTimerInt.
INPUTS
- intHandle
-
handle obtained from AddTimerInt(). This may be NULL, in which case this function does nothing.
SEE ALSO