@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The midiInGetDevCaps function determines the capabilities of a specified MIDI input device. !!!!C# Signature: [DllImport("winmm.dll", SetLastError = true)] private static extern MMRESULT midiInGetDevCaps(UIntPtr uDeviceID, ref MIDIINCAPS caps, uint cbMidiInCaps); !!!!User-Defined Types: [MIDIINCAPS] [MMRESULT] !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: !!!!Tips & Tricks: Use (uint)Marshal.SizeOf(typeof(MIDIINCAPS)) for cbMidiInCaps. !!!!Sample Code: Please add some! Documentation: midiInGetDevCaps@msdn on MSDN
Edit winmm.midiInGetDe...
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.