Home  /  Autodocs  /  lowlevel.library

NAME

RemTimerInt
remove a previously installed timer interrupt. (V40)

SYNOPSIS

RemTimerInt(intHandle);
A1

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

AddTimerInt(), StopTimerInt(), StartTimerInt()