
113
3.85 SysGetVibratorMute
This function retrieves all the vibration modes and individual mute for the vibrator.
Calling Sequences
[C++]
DWORD SysGetVibratorMute(
DWORD dwType
)
[Visual Basic]
Public Shared Function SysGetVibratorMute( _
ByVal dwType As Int32 _
) As Int32
[C#]
public static Int32 SysGetVibratorMute(
Int32 dwType
);
Parameters
dwType
This parameter is for specifying a vibration mode. See SysSetVibratorMute function for
the vibration modes.
Return Values
TRUE : Mute ON (the vibrator does not turn on.)
FALSE : Mute OFF (the vibrator turns on.) Default
FUNCTION_UNSUPPORT : Unsupported error
Note:
If either all the vibration modes are set to mute, or a specific vibration mode set enabled to
vibrate is set to mute, the vibrator will not be turned on.
Comentarios a estos manuales