Microsoft DirectX 8.0 (C++) |
Removes an event notification from a track. It is similar to and called from the IDirectMusicSegment8::RemoveNotificationType method.
HRESULT RemoveNotificationType( REFGUID rguidNotificationType );
If the method succeeds, the return value is S_OK, or S_FALSE if the track does not support the notification type.
If the track does not support notifications, the method returns E_NOTIMPL.
Header: Declared in dmplugin.h.
IDirectMusicTrack8::AddNotificationType, Notification and Event Handling