OSSetAlarmUserData

C Specification

#include <revolution/os.h>

void OSSetAlarmUserData( OSAlarm* alarm, void*    userData )

Arguments

alarm Pointer to the alarm for which user data is to be set.
userData User Data

Return Values

None.

Description

Sets user data to the NANDCommandBlock structure. The user data set can be obtained using the OSGetAlarmUserData function.

See Also

Alarm Functions
OSGetAlarmUserData

Revision History

07/xx/2006 Initial version.


CONFIDENTIAL