PlaySound Function
Overview
Plays a specified sound file.
Signature
bool PlaySound(string filename);
Parameters
filename (string, [in]): Path to the sound file. If NULL, playback stops.Return Value
true: If the file is found.false: Otherwise.Notes
terminal_directory\Sounds folder or a sub-directory thereof..wav files are supported.PlaySound(NULL) will stop any currently playing sound.See Also
Previous
arrow_back
Periodseconds
Next
Print
arrow_forward