Share via


XACT_NOTIFICATION_SOUNDBANK

XACT_NOTIFICATION_SOUNDBANK

Notification structure for all sound bank notifications.

typedef struct XACT_NOTIFICATION_SOUNDBANK {
    IXACTSoundBank *pSoundBank;
} XACT_NOTIFICATION_SOUNDBANK, *LPXACT_NOTIFICATION_SOUNDBANK;

typedef const XACT_NOTIFICATION_SOUNDBANK *LPCXACT_NOTIFICATION_SOUNDBANK;

Members

  • pSoundBank
    Pointer to the IXACTSoundBank instance. This pointer is invalid when the notification type is XACTNOTIFICATIONTYPE_SOUNDBANKDESTROYED.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures