.
C# Signature:
[DllImport("winmm.dll", SetLastError = true)]
private static extern uint midiInGetDevCaps(uint uDeviceID, ref [MIDIINCAPS] caps,
uint cbMidiInCaps);
User-Defined Types:
MIDIINCAPS
Alternative Managed API:
Do you know one? Please contribute it!
Notes:
Tips & Tricks:
Use Marshal.GetSize to pass cbMidiInCaps
Sample Code:
Please add some!
MIDIINCAPS stores driver capabilities and name returned from midiInGetDevCaps
7/5/2013 10:39:59 AM - -79.236.150.237
