mciGetErrorString (winmm)
Last changed: -74.47.120.43

.
Summary
TODO - a short description

C# Signature:

[DllImport("winmm.dll")]
static extern Int32 mciGetErrorString(Int32 errorCode,
   StringBuilder errorText, Int32 errorTextSize);

VB Signature:

<System.Runtime.InteropServices.DllImport("winmm.dll")> Shared Function _
    mciGetErrorString(ByVal dwError As Integer, _
    ByVal lpstrBuffer As System.Text.StringBuilder, ByVal uLength As Integer) _
    As Integer
    End Function

Or

Public Declare Auto Function mciGetErrorString Lib "winmm.dll" (ByVal errorCode As Integer, ByRef errorText As StringBuilder, ByVal errorTextSize As Integer) As Integer

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation