Miles Sound System SDK 7.2a

RAD_IOPUnregisterTimerCallback

The function RAD_IOPUnregisterTimerCallback unregisters a timer callback.

S32 RAD_IOPUnregisterTimerCallback(
  RAD_IOP_TIMER_DATA *timer_data
);

Out Parameters

timer_data
Specifies the timer structure to unregister.

Returns

Returns non-zero on success, or zero on failure.

Discussion

This function stops a background timer and unregisters the timer callback structure.

Always call this function before freeing the memory passed to RAD_IOPRegisterTimerCallback.


Group: The RAD_IOP API for the Sony PS2
Related Functions: RAD_IOPRegisterSoundCallback, RAD_IOPRegisterTimerCallback
Related Basic Types: S32
Related Structures: RAD_IOP_TIMER_DATA

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