IASPlayList::put_CurrentTrack

This method sets the number of the current track.

Syntax

HRESULT put_CurrentTrack( unsigned char bcTrack );

Parameters

bcTrack
Unsigned character that contains the track number.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.

Remarks

The index of tracks in the play list begins at 1. If you set the index of the current track equal to 0, the play list does not indicate a current track.

See Also

IASPlayList::get_CurrentTrack