OSGetAlarmUserData

Syntax

#include <revolution/os.h>

void* OSGetAlarmUserData( const OSAlarm* alarm );

Arguments

alarm Pointer to the alarm for getting user data.

Return Values

The user data set in the OSAlarm structure.

Description

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

See Also

Alarm Functions, OSSetAlarmUserData

Revision History

2006/07/xx Initial version.


CONFIDENTIAL