All Databases
Inside Mac - Sound Mgr
SndGetSysBeepState
SndGetSysBeepState
Determine whether SysBeep is enabled
#include <
Sound.h
>
Sound Manager
void
SndGetSysBeepState
(
sysBeepState
);
short
*
sysBeepState
; either the
sysBeepDisable
or the
sysBeepEnable
constant.
The
SndGetSysBeepState
procedure is used to determine whether SysBeep
is enabled.
sysBeepState
is one of two states , either the
sysBeepDisable
or the
sysBeepEnable
constant.
Returns:
none
Referenced by (3):
Producing an Alert Sound
Sound Manager (Inside Mac - Index)
Producing an Alert Sound (Inside Mac - Sound Mgr)