[DllImport("winmm.dll", SetLastError = true)] public static extern uint midiInGetDevCaps( uint uDeviceID, ref MIDIINCAPS pmic, uint cbmic );
Microsoft documentation: Link
Last updated 1 year ago