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