.
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!
MIDIINCAPS stores driver capabilities and name returned from midiInGetDevCaps
7/5/2013 10:39:59 AM - -79.236.150.237
Enumeration for the MMRESULT possible values in winmm.dll
7/21/2010 3:53:56 PM - -65.122.179.242
