midiInReset function

The midiInReset function stops input on a given MIDI input device.

Syntax

MMRESULT midiInReset(
   HMIDIIN hMidiIn
);

Parameters

  • hMidiIn
    Handle to the MIDI input device.

Return value

Returns MMSYSERR_NOERROR if successful or an error otherwise. Possible error values include the following.

Return code Description
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.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mmsystem.h (include Windows.h)

Library

Winmm.lib

DLL

Winmm.dll

See also

MIDI Functions