Tao.Platform.Windows SDK Documentation

Winmm.SND_LOOP Field

The sound plays repeatedly until PlaySound is called again with the sound parameter set to NULL. You must also specify the SND_ASYNC flag to indicate an asynchronous sound event.

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

See Also

Winmm Class | Tao.Platform.Windows Namespace