Miles Sound System SDK 7.2a

AIL_release_timer_handle

The function AIL_release_timer_handle stops periodic time-slice interrupt service to the callback function registered to timer, and releases the timer's handle.

void AIL_release_timer_handle(
  HTIMER timer
);

In Parameters

timer
specifies the timer handle to be released.

Discussion

Once a timer's handle has been released, it is made available for future reallocation by AIL_register_timer, and can no longer be used to restart or reprogram the timer.


Group: Timer Services
Related Functions: AIL_register_timer, AIL_shutdown, 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.