Miles Sound System SDK 7.2a

AIL_set_timer_user

The function AIL_set_timer_user instructs the MSS timer dispatcher to pass the value user to the timer callback function associated with the timer handle timer.

UINTa AIL_set_timer_user(
  HTIMER timer,
  UINTa user
);

In Parameters

timer
is a handle to the desired timer.
user
specifies the value which is to be passed to timer's callback function.

Returns

The previous timer user value.

Discussion

See AIL_register_timer for details on how a timer callback function may be registered with the MSS API, and any desired timer user value may be passed to it.


Group: Timer Services
Related Functions: AILTIMERCB, AIL_register_timer
Related Basic Types: HTIMER, UINTa

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