
93
3.66 SysSetBuzzerVolume
This function sets up a sound volume for a specific buzzer sound type.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetBuzzerVolume function.
Calling Sequences
[C++]
DWORD SysSetBuzzerVolume(
DWORD dwType,
DWORD dwBuzzerVolume
)
[Visual Basic]
Public Shared Function SysSetBuzzerVolume( _
ByVal dwType As Int32, _
ByVal dwBuzzerVolume As Int32 _
) As Int32
[C#]
public static Int32 SysSetBuzzerVolume(
Int32 dwType,
Int32 dwBuzzerVolume
);
Parameters
dwType
This parameter is for specifying a buzzer sound type. See SysPlayBuzzer function for
buzzer sound types.
dwBuzzerVolume
This parameter is for specifying a sound volume selecting one from the values listed below.
BUZZERVOLUME_MIN : Minimum
BUZZERVOLUME_MID : Medium (Default)
BUZZERVOLUME_MAX : Maximum
Return Values
TRUE : Normal end
SYS_PARAMERR : Parameter error
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales