Microsoft DirectX 9.0 SDK Update (Summer 2004) |
DMUS_IO_CHORDENTRY
The DMUS_IO_CHORDENTRY structure contains information about a chord entry. Used in the Chordmap Form.
Syntax
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.
Requirements
Header: Declared in dmusicf.h.
See Also
© 2004 Microsoft Corporation. All rights reserved.