The members of the DMUS_PMSGT_TYPES enumeration are used in the dwType member of the DMUS_PMSG structure to identify the type of message.
typedef enum enumDMUS_PMSGT_TYPES {
DMUS_PMSGT_MIDI = 0,
DMUS_PMSGT_NOTE = 1,
DMUS_PMSGT_SYSEX = 2,
DMUS_PMSGT_NOTIFICATION = 3,
DMUS_PMSGT_TEMPO = 4,
DMUS_PMSGT_CURVE = 5,
DMUS_PMSGT_TIMESIG = 6,
DMUS_PMSGT_PATCH = 7,
DMUS_PMSGT_TRANSPOSE = 8,
DMUS_PMSGT_CHANNEL_PRIORITY = 9,
DMUS_PMSGT_STOP = 10,
DMUS_PMSGT_DIRTY = 11,
DMUS_PMSGT_USER = 255
} DMUS_PMSGT_TYPES;
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.