TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool PlaySound ( string  filename)

Plays a sound file.

Parameters
filenamePath to a sound file. If filename=NULL, the playback is stopped
Returns
true – if the file is found, otherwise - false

Note: Only WAV files are played. Call of PlaySound() with NULL parameter stops playback.