Platform SDK: DirectX

DMUS_NOTEF_FLAGS

The DMUS_NOTEF_FLAGS are used in the bFlags member of the DMUS_NOTE_PMSG structure.

typedef enum enumDMUS_NOTEF_FLAGS {
    DMUS_NOTEF_NOTEON = 1,
} DMUS_NOTEF_FLAGS;
DMUS_NOTEF_NOTEON
Set if this is a MIDI note-on; clear if it is a MIDI note-off. When a DMUS_NOTE_PMSG is first sent by the IDirectMusicPerformance::SendPMsg method, this flag should be set.

Requirements

  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.