Desktop Functions: Smart Device Functions:
|
Search Results for "MIDIINCAPS" in [All]Structures1: MIDIINCAPS
winmm
private static extern MMRESULT midiInGetDevCaps(UIntPtr uDeviceID, ref MIDIINCAPS caps, uint cbMidiInCaps); Use (uint)Marshal.SizeOf(typeof(MIDIINCAPS)) for cbMidiInCaps. |