#include <nnsys/snd.h>
void NNS_SndFreeAlarm( int alarmNo );
Frees the sound alarm.
The alarmNo
takes the alarm number obtained with the NNS_SndAllocAlarm
function.
Be aware that attempting to free an alarm that has not been secured will result in unexpected malfunctions.
2004/10/25 Initial version.
CONFIDENTIAL