#include <revolution/os.h>
void OSCancelAlarms ( u32 tag );
|
Tag value of the alarm group to cancel (must be nonzero). |
None.
Cancels the alarm groups that have the same tag set by the OSSetAlarmTag function.
Note: Alarms with tag values that are zero are reserved for operating system use and must not be canceled by game programs.
Alarm Functions, OSCreateAlarm, OSSetAlarm, OSSetAlarmTag
03/01/2006 Initial version.