MIDISTRMBUFFVER
The MIDISTRMBUFFVER structure contains version information for a long MIDI event of the MEVT_VERSION type.
typedef struct {
DWORD dwVersion;
DWORD dwMid;
DWORD dwOEMVersion;
} MIDISTRMBUFFVER;
Members
dwVersion
Version of the stream. The high 16 bits contain the major version, and the low 16 bits contain the minor version. The version number for the first implementation of MIDI streams should be 1.0.
dwMid
Manufacturer identifier. Manufacturer identifiers are defined in Manufacturer and Product Identifiers.
dwOEMVersion
OEM version of the stream. Original equipment manufacturers can use this field to version-stamp any custom events they have specified. If a custom event is specified, it must be the first event sent after the stream is opened.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Mmsystem.h; include Windows.h.
See Also
Musical Instrument Digital Interface (MIDI), MIDI Structures