OSGetAlarmUserData

C Specification

#include <revolution/os.h>

void* OSGetAlarmUserData( const OSAlarm* alarm )

Arguments

alarm Pointer to the alarm for getting user data.

Return Values

Returns the user data set in the structure OSAlarm.

Description

Gets user data stored in the OSAlarm structure. To set user data in the OSAlarm structure, use the OSSetAlarmUserData function.

See Also

Alarm Functions
OSSetAlarmUserData

Revision History

2006/07/xx Initial version.


CONFIDENTIAL