NNS_SndFreeAlarm

Syntax

#include <nnsys/snd.h>
void NNS_SndFreeAlarm( int alarmNo );

Arguments

alarmNo The number of the sound alarm to free.

Return Values

None.

Description

Frees the sound alarm.

The alarmNo takes the alarm number obtained with the NNS_SndAllocAlarm function.

Note

Be aware that attempting to free an alarm that has not been secured will result in unexpected malfunctions.

See Also

NNS_SndAllocAlarm

Revision History

2004/10/25 Initial version.


CONFIDENTIAL