#include <nitro/os.h>
void OS_CancelVAlarms( u32 tag );
tag | The group tag value of the V-Count alarms to cancel |
None.
This cancels V-Count alarms that have the specified tag value. Users cannot use the tag value "0" because it is reserved by the system.
OS_InitVAlarm, OS_CancelVAlarm, OS_SetVAlarmTag, OS_CancelAllVAlarms
02/24/2004 Initial Version