midiInStop  1_J4.QZ 

The midiInStop function stops MIDI input on the specified MIDI input device.

MMRESULT midiInStop(

    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

If there are any system-exclusive messages or stream buffers in the queue, the current buffer is marked as done (the dwBytesRecorded member of the MIDIHDR structure will contain the actual length of data), but any empty buffers in the queue remain there and are not marked as done.

Calling this function when input is not started has no effect, and the function returns zero.

See Also

MIDIHDR