Casio DT-X8 Series Manual de usuario Pagina 95

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 171
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 94
95
3.68 SysSetBuzzerMute
This function sets up sound mute for all the buzzer's sound types and a specific sound type.
Calling Sequences
[C++]
DWORD SysSetBuzzerMute(
DWORD dwType,
BOOL bMute
)
[Visual Basic]
Public Shared Function SysSetBuzzerMute( _
ByVal dwType As Int32, _
ByVal bMute As Boolean _
) As Int32
[C#]
public static Int32 SysSetBuzzerMute(
Int32 dwType,
Boolean bMute
);
Parameters
dwType
This parameter is for specifying a buzzer's sound type. See SysPlayBuzzer function for
the sound types to specify.
bMute
This parameter is for specifying mute status selecting either of the values listed below.
TRUE : Mute ON (the buzzer does not sound.)
FALSE : Mute OFF (the buzzer sounds.) Default
Return Values
TRUE : Normal end
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.
Vista de pagina 94
1 2 ... 90 91 92 93 94 95 96 97 98 99 100 ... 170 171

Comentarios a estos manuales

Sin comentarios