Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DMUS_CHORDKEYF_FLAGS enumerated type is used in the bFlags member of the DMUS_CHORD_KEY structure.
Syntax
typedef enum enumDMUS_CHORDKEYF_FLAGS {
DMUS_CHORDKEYF_SILENT = 1,
} DMUS_CHORDKEYF_FLAGS;
Constants
DMUS_CHORDKEYF_SILENT
The chord is silent.
Requirements
** Header:** Dmusici.h
See Also