openMIDIInputDevice

Opens a handle for the specified MIDI input device

  1. MMRESULT openMIDIInputDevice(uint deviceID, MidiInProc callback, HMIDIIN handle, size_t callbackData)
    @nogc nothrow
    MMRESULT
    openMIDIInputDevice
    (,,
    out HMIDIIN handle
    ,
    size_t callbackData = 0
    )
  2. MMRESULT openMIDIInputDevice(MIDIDeviceInfo di, MidiInProc callback, HMIDIIN handle, size_t callbackData)

Return Value

Type: MMRESULT

MMSYSERR_NOERROR on success

Meta