Platform SDK: DirectX |
The IDirectMusicPerformance::RemoveNotificationType method removes a previously added notification type from the performance. All segments and tracks are updated by a call to their RemoveNotificationType methods.
HRESULT RemoveNotificationType( REFGUID rguidNotificationType );
If the method succeeds, the return value is S_OK or S_FALSE (see Remarks).
If it fails, the method can return E_POINTER.
S_FALSE is returned when rguidNotificationType is not an active notification.
If a notification was added to a segment that has stopped playing, the performance cannot remove the notification type from that segment because it no longer has a reference to the segment.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dmusici.h.
IDirectMusicPerformance::AddNotificationType, IDirectMusicSegment::RemoveNotificationType, IDirectMusicTrack::RemoveNotificationType, Notification and Event Handling