midiStreamClose function
The midiStreamClose function closes an open MIDI stream.
Syntax
MMRESULT midiStreamClose(
HMIDISTRM hStream
);
Parameters
- hStream
Handle to a MIDI stream, as retrieved by using the midiStreamOpen function.
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. |
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 |