Tao.Platform.Windows SDK Documentation

Winmm.SND_NOSTOP Field

The specified sound event will yield to another sound event that is already playing. If a sound cannot be played because the resource needed to generate that sound is busy playing another sound, the function immediately returns FALSE without playing the requested sound.

If this flag is not specified, PlaySound attempts to stop the currently playing sound so that the device can be used to play the new sound.

[Visual Basic]
Public Shared SND_NOSTOP As Integer
[C#]
public static int SND_NOSTOP;

See Also

Winmm Class | Tao.Platform.Windows Namespace