midiInReset
The 
midiInReset function stops input on a given MIDI input device.
MMRESULT midiInReset(
 
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
MIDIHDR
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples