Microsoft DirectX 8.0 (C++) |
Removes a track from the segment's track list.
HRESULT RemoveTrack( IDirectMusicTrack* pTrack );
If the method succeeds, the return value is S_OK, or S_FALSE if the specified track is not in the track list.
If the method fails, the return value can be E_POINTER.
The track is released when removed.
Header: Declared in dmusici.h.