OSSetAlarmUserData

Syntax

#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 in the OSAlarm structure. The user data that is set can be gotten using the OSGetAlarmUserData function.

See Also

Alarm Functions, OSGetAlarmUserData

Revision History

2006/07/xx Initial version.


CONFIDENTIAL