| Platform SDK: Windows Multimedia |
The MIDIINCAPS structure describes the capabilities of a MIDI input device.
typedef struct {
WORD wMid;
WORD wPid;
MMVERSION vDriverVersion;
CHAR szPname[MAXPNAMELEN];
DWORD dwSupport;
} MIDIINCAPS;
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Mmsystem.h.
Unicode: Declared as Unicode and ANSI structures.
Musical Instrument Digital Interface (MIDI) Overview, MIDI Structures