MIDISTRMBUFFVER structure

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

Syntax

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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mmsystem.h (include Windows.h)

See also

Musical Instrument Digital Interface (MIDI)

MIDI Structures