midiInReset
The midiInReset
function stops input on a given MIDI input device.
MMRESULT midiInReset(
HMIDIIN hMidiIn |
|
); |
|
Parameters
hMidiIn
Handle of the
MIDI input device.
Return Values
Returns
MMSYSERR_NOERROR if successful or an error otherwise. Possible error values
include the following:
MMSYSERR_INVALHANDLE |
The
specified device handle is invalid. |
Remarks
This function
returns all pending input buffers to the callback function and sets the
MHDR_DONE flag in the dwFlags member of the MIDIHDR structure.
See Also