midiInReset function winmm

int midiInReset(
  1. int hmi
)

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

MMRESULT midiInReset(
  HMIDIIN hmi
);

Implementation

int midiInReset(int hmi) => _midiInReset(hmi);