MIDISTRMBUFFVER structure (mmeapi.h)

The MIDISTRMBUFFVER structure contains version information for a long MIDI event of the MEVT_VERSION type.

Syntax

typedef struct midistrmbuffver_tag {
  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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header mmeapi.h (include Windows.h)

See also

MIDI Structures

Musical Instrument Digital Interface (MIDI)