[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
        StopTimerInt -- stop the timer associated with the timer interrupt.
                        (V40)

   SYNOPSIS
        StopTimerInt(intHandle);
                     A1

        VOID StopTimerInt(APTR);

   FUNCTION
        Stops the timer associated with the timer interrupt handle passed.
        This is used to stop a continuous timer started by
        starttimerint().

   INPUTS
        intHandle - handle obtained from addtimerint().

   SEE ALSO
        addtimerint(), remtimerint(), starttimerint()