Share via


DMUS_NOTEF_FLAGS

This enumeration is used in the bFlags member of the DMUS_NOTE_PMSG structure.

typedef enum enumDMUS_NOTEF_FLAGS {
  DMUS_NOTEF_NOTEON = 1,
} DMUS_NOTEF_FLAGS;

Elements

  • 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

OS Versions: Windows CE .NET 4.0 and Windows CE .NET 4.1.
Header: Dmusici.h.

See Also

IDirectMusicPerformance::SendPMsg | DMUS_NOTE_PMSG

 Last updated on Monday, April 12, 2004

© 1992-2002 Microsoft Corporation. All rights reserved.