Desktop Functions: Smart Device Functions:
|
midiOutReset (winmm)
C# Signature:
[DllImport("winmm.dll", SetLastError = true)] 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: <table> MMSYSERR_NOERROR Successful. MMSYSERR_INVALHANDLE The specified device handle is invalid. </table> Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|