midiOutClose function Null safety winmm
- int hmo
The midiOutClose function closes the specified MIDI output device.
MMRESULT midiOutClose(
HMIDIOUT hmo
);
Implementation
int midiOutClose(int hmo) => _midiOutClose(hmo);
The midiOutClose function closes the specified MIDI output device.
MMRESULT midiOutClose(
HMIDIOUT hmo
);
int midiOutClose(int hmo) => _midiOutClose(hmo);