Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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:** Dmusicf.h
See Also