Tao.Platform.Windows SDK Documentation

Winmm.SND_ASYNC Field

The sound is played asynchronously and PlaySound returns immediately after beginning the sound. To terminate an asynchronously played waveform sound, call PlaySound with sound set to NULL.

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

See Also

Winmm Class | Tao.Platform.Windows Namespace