[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()