Microsoft DirectX 8.0 (C++) |
Removes a notification type. This method is called by the IDirectMusicPerformance8::RemoveNotificationType method, allowing the segment to remove notifications. The segment calls each track's IDirectMusicTrack8::RemoveNotificationType method.
HRESULT RemoveNotificationType( REFGUID rguidNotificationType );
If the method succeeds, the return value is S_OK, or S_FALSE if the notification type was not previously set.
If it fails, the method can return E_POINTER.
Header: Declared in dmusici.h.