midiInClose function winmm

int midiInClose(
  1. int hmi
)

The midiInClose function closes the specified MIDI input device.

MMRESULT midiInClose(
  HMIDIIN hmi
);

Implementation

int midiInClose(int hmi) => _midiInClose(hmi);