
94
3.67 SysGetBuzzerVolume
This function retrieves the buzzer's sound volume.
Calling Sequences
[C++]
DWORD SysGetBuzzerVolume(
DWORD dwType
)
[Visual Basic]
Public Shared Function SysGetBuzzerVolume( _
ByVal dwType As Int32 _
) As Int32
[C#]
public static Int32 SysGetBuzzerVolume(
Int32 dwType
);
Parameters
dwType
This parameter is for specifying a buzzer' sound type. See SysPlayBuzzer function for
sound types.
Return Values
BUZZERVOLUME_MIN : Minimum
BUZZERVOLUME_MID : Medium (Default)
BUZZERVOLUME_MAX : Maximum
SYS_PARAMERR : Parameter error
FUNCTION_UNSUPPORT : Unsupported error
Kommentare zu diesen Handbüchern