#include <revolution/os.h> void OSSetAlarmUserData( OSAlarm* alarm, void* userData );
alarm |
Pointer to the alarm for which user data is to be set |
|---|---|
| userData | User data |
None.
Sets user data in the OSAlarm structure. The user data that is set can be gotten using the OSGetAlarmUserData function.
Alarm Functions, OSGetAlarmUserData
2006/07/xx Initial version.
CONFIDENTIAL