typedef NPMIDIINCAPSW NPMIDIINCAPS; |
typedef NPMIDIINCAPSA NPMIDIINCAPS; |
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;
|