Syntax
Public Function StopSound(FileName As String) As Boolean
Description
This function is used to stop the sound playing from agiven source file.
Parameters
Key | Description |
FileName | The sound file path to stop it. |
Return value
Return true if the sound has been stopped else return false.
Sample
Public Sub main () AlertMessage StopSound (C:Sound.Wav) Return true if the sound stop successfully End sub
See Also