Microsoft DirectX 8.0 (C++) |
Contains data for a MIDI system exclusive message.
typedef struct DMUS_SYSEX_PMSG { DMUS_PMSG_PART DWORD dwLen; BYTE abData[1]; } DMUS_SYSEX_PMSG;
The data part of a system exclusive message must begin with the System Exclusive identifier (0xF0) and end with EOX (0xF7).
Header: Declared in dmusici.h.
DMUS_MIDI_PMSG, DMUS_PATCH_PMSG, MIDI Messages, IDirectMusicPerformance8::SendPMsg