MMRESULT midiInMessage(hMidiIn, msg, dw1, dw2) | |||
HMIDIIN hMidiIn; | |||
UINT msg; | |||
DWORD dw1; | |||
DWORD dw2; |
The midiInMessage function sends messages to the MIDI device drivers.
hMidiIn
The handle to the MIDI device.
msg
The message to send.
dw1
Parameter 1.
dw2
Parameter 2.
Returns the value of the message sent.