MIDIINCAPS
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; 
 
Members
wMid
Manufacturer identifier of the device driver for the MIDI input device.
Manufacturer identifiers are defined in 
Manufacturer and Product Identifiers.
wPid
Product identifier of the MIDI input device. Product identifiers are defined
in 
Manufacturer and Product Identifiers.
Version number of the device driver for the MIDI input device. The high-order
byte is the major version number, and the low-order byte is the minor version
number.
szPname
Product name in a null-terminated string.
dwSupport
Reserved; must be zero.
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples