waveOutGetErrorText (winmm)
Last changed: todd.lindberg@gmain.com-70.190.237.178

.
Summary
The waveOutGetErrorText function retrieves a textual description of the error identified by the given error number.

C# Signature:

[DllImport("winmm.dll", SetLastError=true)]
static extern int waveOutGetErrorText(int mmrError, out string pszText, uint cchText);

VB Signature:

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

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation