midiInReset (winmm)
Last changed: anonymous

.
Summary
The midiInReset function stops input on a given MIDI input device

C# Signature:

    [DllImport("winmm.dll", SetLastError = true)]
    static extern uint midiInReset(IntPtr hMidiIn);

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Passes the (opaque) midi handle as an IntPtr

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
midiInReset on MSDN