Miles Sound System SDK 7.2a

AILTIMERCB

The function AILTIMERCB specifies a user-defined timer callback.

void AILCALLBACK AILTIMERCB(
  UINTa user
);

In Parameters

user
indicates the user value specified by a call to AIL_set_timer_user.

Discussion

Depending on the OS, timer callbacks can be made from an interrupt, background thread, multimedia callback, or a system timer.


Group: Timer Services
Related Functions: AIL_register_timer, AIL_set_timer_user
Related Basic Types: UINTa, void

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