| DirectX SDK | 
The members of the CONST_DMUS_NOTIFICATION_TYPE enumeration identify a notification type. They are passed to the DirectMusicPerformance.AddNotificationType and DirectMusicPerformance.RemoveNotificationType methods and identify the notification type in messages retrieved by DirectMusicPerformance.GetNotificationPMSG.
Enum CONST_DMUS_NOTIFICATION_TYPE
    DMUS_NOTIFY_ON_CHORD          = 1
    DMUS_NOTIFY_ON_COMMAND        = 2
    DMUS_NOTIFY_ON_MEASUREANDBEAT = 3
    DMUS_NOTIFY_ON_PERFORMANCE    = 4
    DMUS_NOTIFY_ON_SEGMENT        = 5
End Enum