midiOutClose function winmm

int midiOutClose(
  1. int hmo
)

The midiOutClose function closes the specified MIDI output device.

MMRESULT midiOutClose(
  HMIDIOUT hmo
);

Implementation

int midiOutClose(int hmo) => _midiOutClose(hmo);