| Microsoft DirectX 9.0 SDK Update (October 2004) | 
The DMUS_COMMANDT_TYPES enumerated type is used in the wCommand parameter of the IDirectMusicComposer8::AutoTransition and IDirectMusicComposer8::ComposeTransition methods and in the bCommand member of the DMUS_COMMAND_PARAM structure.
Syntax
typedef enum enumDMUS_COMMANDT_TYPES { 
  DMUS_COMMANDT_GROOVE      = 0,
  DMUS_COMMANDT_FILL        = 1,
  DMUS_COMMANDT_INTRO       = 2,
  DMUS_COMMANDT_BREAK       = 3,
  DMUS_COMMANDT_END         = 4,
  DMUS_COMMANDT_ENDANDINTRO = 5
} DMUS_COMMANDT_TYPES;
Constants
DMUS_COMMANDT_GROOVE
The command is a groove command.
DMUS_COMMANDT_FILL
The command is a fill.
DMUS_COMMANDT_INTRO
The command is an introduction.
DMUS_COMMANDT_BREAK
The command is a break.
DMUS_COMMANDT_END
The command is an ending.
DMUS_COMMANDT_ENDANDINTRO
The command is an ending and an introduction.
Requirements
Header: Dmusici.h
See Also