|  |  | 
Notification structure for all XACT cue notifications.
typedef struct XACT_NOTIFICATION_CUE {
    XACTINDEX cueIndex;
    IXACTSoundBank *pSoundBank;
    IXACTCue *pCue;
} XACT_NOTIFICATION_CUE, *LPXACT_NOTIFICATION_CUE;
typedef const XACT_NOTIFICATION_CUE *LPCXACT_NOTIFICATION_CUE;
                    
                
            
            
                
Header: Declared in Xact.h.