Overview
Group
Quick Info

midiStreamRestart

The midiStreamRestart function restarts a paused MIDI stream.

MMRESULT midiStreamRestart(

HMIDISTRM hms

);

Parameters

hms

Handle of a MIDI stream. This handle must have been returned by a call to the midiStreamOpen function. This handle identifies the output 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

Calling this function when the output is not paused has no effect, and the function returns MMSYSERR_NOERROR.

See Also

midiStreamOpen

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples