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