midiOutClose function winmm

int midiOutClose(
  1. HMIDIOUT hmo
)

Closes the specified MIDI output device.

To learn more, see learn.microsoft.com/windows/win32/api/mmeapi/nf-mmeapi-midioutclose.

Implementation

@pragma('vm:prefer-inline')
int midiOutClose(HMIDIOUT hmo) => _midiOutClose(hmo);