@msdn=https://docs.microsoft.com/en-us/previous-versions/ms711638(v%3dvs.85) @pinvoke=http://pinvoke.net/midiOutReset.htm Summary: The midiOutReset function turns off all notes on all MIDI channels for the specified MIDI output device. - LD83 !!!!C# Signature: [DllImport("winmm.dll", SetLastError = true)] static extern uint midiOutReset(IntPtr hMidiOut); // LD83 !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: hMidiOut - Handle to the MIDI output device. This parameter can also be the handle of a MIDI stream cast to HMIDIOUT. !!!Return Values: Returns a constant value from [MMRESULT]: MMSYSERR_NOERROR Successful. MMSYSERR_INVALHANDLE The specified device handle is invalid. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: midiOutReset@msdn on MSDN
Edit winmm.midiOutReset
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.