Tao.Platform.Windows SDK Documentation

Winmm.PlaySound Method 

[Visual Basic]
Public Shared Function PlaySound( _
   ByVal sound As String, _
   ByVal mod As IntPtr, _
   ByVal soundFlags As Integer _
) As Boolean
[C#]
public static bool PlaySound(
   string sound,
   IntPtr mod,
   int soundFlags
);

See Also

Winmm Class | Tao.Platform.Windows Namespace