midiInGetNumDevs (winmm)
Last changed: rich_d_rich (at) gmail-122.57.40.196

.
Summary
midiInGetNumDevs - retrieves the number of MIDI input devices in the system

C# Signature:

[DllImport("winmm.dll", SetLastError = true)]
static extern uint midiInGetNumDevs();

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation