#include <revolution/os.h> void* OSGetAlarmUserData( const OSAlarm* alarm );
| alarm | Pointer to the alarm for getting user data. |
|---|
The user data set in the OSAlarm structure.
Gets the user data stored in the OSAlarm structure. To configure user data in the OSAlarm structure, use the OSSetAlarmUserData function.
Alarm Functions
OSSetAlarmUserData
2006/07/xx Initial version.
CONFIDENTIAL