PlaySound (winmm)
Last changed: -71.188.245.175

.
Summary
TODO - a short description

C# Signature:

[DllImport("winmm.dll", SetLastError=true)]
static extern bool PlaySound(string pszSound,
   System.UIntPtr hmod, uint fdwSound);

VB Signature:

Declare Function PlaySound Lib "winmm.dll" (TODO) As TODO

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
PlaySound on MSDN