The members of the DMUS_COMMANDT_TYPES enumeration are used in the wCommand parameter of the IDirectMusicComposer::AutoTransition and IDirectMusicComposer::ComposeTransition methods and in the bCommand member of the DMUS_COMMAND_PARAM structure.
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;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dmusici.h.