midiInClose function Null safety winmm
- int hmi
The midiInClose function closes the specified MIDI input device.
MMRESULT midiInClose(
HMIDIIN hmi
);
Implementation
int midiInClose(int hmi) => _midiInClose(hmi);
The midiInClose function closes the specified MIDI input device.
MMRESULT midiInClose(
HMIDIIN hmi
);
int midiInClose(int hmi) => _midiInClose(hmi);