|
midiInStop
The midiInStop function stops MIDI input on the specified MIDI input device.
MMRESULT midiInStop(
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
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|