| DirectX SDK | 
The members of the CONST_DMUS_COMMANDT_TYPES enumeration represent commands that establish musical patterns. They are used in the lCommand parameter of the DirectMusicComposer.AutoTransition and DirectMusicComposer.ComposeTransition methods and are returned by the DirectMusicPerformance.GetCommand method.
Type CONST_DMUS_COMMANDT_TYPES
    DMUS_COMMANDT_BREAK       = 3
    DMUS_COMMANDT_END         = 4
    DMUS_COMMANDT_ENDANDINTRO = 5
    DMUS_COMMANDT_FILL        = 1
    DMUS_COMMANDT_GROOVE      = 0
    DMUS_COMMANDT_INTRO       = 2
End Enum