Поделиться через


DMUS_CHORDKEYF_FLAGS

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

© 2004 Microsoft Corporation. All rights reserved.