LPMIDIINCAPS

typedef LPMIDIINCAPSW LPMIDIINCAPS;
typedef LPMIDIINCAPSA LPMIDIINCAPS;
typedef struct midiincaps_tag {
    WORD    wMid;                  
    WORD    wPid;                  
    VERSION vDriverVersion;        
    char    szPname[MAXPNAMELEN];  
#if (WINVER >= 0x0400)
    DWORD   dwSupport;             
#endif
} MIDIINCAPS, *PMIDIINCAPS, NEAR *NPMIDIINCAPS, FAR *LPMIDIINCAPS;