PlaySound (coredll)
Last changed: -65.10.102.204

.
Summary
TODO - a short description

C# Signature:

[DllImport("CoreDll.DLL", EntryPoint="PlaySound", SetLastError=true)]

private extern static int WCE_PlaySound(string szSound, IntPtr hMod, int flags);

private extern static int WCE_PlaySoundBytes (byte[] szSound, IntPtr hMod, int flags);

VB Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!2

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
PlaySound on MSDN