| Microsoft DirectX 9.0 | 
The DMUS_STYLET_TYPES enumerated type is used in the IDirectMusicPatternTrack8::SetPatternByName and IDirectMusicStyle8::EnumPattern methods to specify a type of pattern.
Syntax
typedef enum enumDMUS_STYLET_TYPES {
  DMUS_STYLET_PATTERN  = 0,
  DMUS_STYLET_MOTIF    = 1,
} DMUS_STYLET_TYPES;
Constants
DMUS_STYLET_PATTERN
Normal pattern.
DMUS_STYLET_MOTIF
Motif pattern.
Requirements
Header: Declared in dmusici.h.
See Also