DirectX SDK |
The DMUS_MIDI_PMSG structure contains data for a standard MIDI message not represented by another message type, such as a control change or pitch bend.
typedef struct DMUS_MIDI_PMSGG { DMUS_PMSG_PART BYTE bStatus; BYTE bByte1; BYTE bByte2; BYTE bPad[1]; } DMUS_MIDI_PMSG;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dmusici.h.