SndSetSysBeepState
SndSetSysBeepState Set the state of the system alert sound..
#include <Sound.h> Sound Manager
OSErr SndSetSysBeepState( sysBeepState);
short sysBeepState; either the sysBeepDisable or the sysBeepEnable
constant.
You can use SndSetSysBeepState to set the state of the system alert sound.
sysBeepState is one of two states , either the sysBeepDisable or the
sysBeepEnable constant.
Returns: an operating system Error Code.
noErr (0) No error
paramErr (-50) A parameter is incorrect