DMUS_IO_CHORDENTRY
Contains information about a chord entry. Used in the Chord Map Form.
typedef struct _DMUS_IO_CHORDENTRY {
DWORD dwFlags;
WORD wConnectionID;
} DMUS_IO_CHORDENTRY;
Members
- dwFlags
- Flag indicating whether the chord is a starting chord (bit 2 set) or an ending chord (bit 3 set) in the chord graph.
- wConnectionID
- Replaces the run-time pointer to this. Each chord entry is tagged with a unique connection identifier.
Header: Declared in dmusicf.h.