@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The midiOutClose function closes the specified MIDI output device. - LD83 !!!!C# Signature: [DllImport("winmm.dll")] static extern UInt32 midiOutClose(IntPtr hMidiOut); !!!!VB Signature: Declare Function midiOutClose Lib "winmm.dll" (ByRef phMidiOut As IntPtr) As Uinteger !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: Should be called when disposing. - LD83 !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: midiOutClose@msdn on MSDN
Edit winmm.midiOutClose
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.