midiOutReset (winmm)
Last changed: -95.150.180.171

.
Summary

C# Signature:

[DllImport("winmm.dll", SetLastError = true)]
static extern uint midiOutReset(IntPtr hMidiOut); // LD83

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

hMidiOut - Handle to the MIDI output device. This parameter can also be the handle of a MIDI stream cast to HMIDIOUT.

Return Values:

Returns a constant value from MMRESULT:

MMSYSERR_NOERROR Successful.

MMSYSERR_INVALHANDLE The specified device handle is invalid.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation