Actually problem: this code starts the sound

PlaySound('C:\1.wav', 0, SND_ASYNC); 

And how to stop it?

    1 answer 1

     PlaySound(0,0,SND_ASYNC);