
96
3.69 SysGetBuzzerMute
This function retrieves all the sound volumes of buzzer sound types and individual mute for the
buzzer.
Calling Sequences
[C++]
DWORD SysGetBuzzerMute(
DWORD dwType
)
[Visual Basic]
Public Shared Function SysGetBuzzerMute( _
ByVal dwType As Int32 _
) As Int32
[C#]
public static Int32 SysGetBuzzerMute(
Int32 dwType
);
Parameters
dwType
This parameter is for specifying a buzzer's sound type. See SysPlayBuzzer function for
the sound types to specify.
Return Values
TRUE : Mute ON (the buzzer does not sound.)
FALSE : Mute OFF (the buzzer sounds.) Default
SYS_PARAMERR : Parameter error
FUNCTION_UNSUPPORT : Unsupported error
Note:
If either "all the sound types" is set to mute, or "a specific sound type set enabled to sound"
is set to mute, the buzzer will not sound.
Kommentare zu diesen Handbüchern