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