Miles Sound System SDK 7.2a

AIL_stop_timer

The function AIL_stop_timer stops periodic time-slice interrupt service to the callback function registered to timer.

void AIL_stop_timer(
  HTIMER timer
);

In Parameters

timer
is a handle to the timer to stop.

Discussion

The timer's periodic service can be restarted with AIL_start_timer.

It is permissible but not necessary to call AIL_stop_timer immediately prior to releasing the timer handle with AIL_release_timer_handle, or shutting down the MSS API with AIL_shutdown.


Group: Timer Services
Related Functions: AIL_release_timer_handle, AIL_shutdown, AIL_start_timer, AIL_stop_timer
Related Basic Types: HTIMER, void

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.