midiInGetID function winmm
Gets the device identifier for the given MIDI input device.
To learn more, see learn.microsoft.com/windows/win32/api/mmeapi/nf-mmeapi-midiingetid.
Implementation
@pragma('vm:prefer-inline')
int midiInGetID(HMIDIIN hmi, Pointer<Uint32> puDeviceID) =>
_midiInGetID(hmi, puDeviceID);