Share via


Windows Media Player 11 SDK PLAYLIST.getNextSelectedItem 

Windows Media Player SDK banner art

Previous Next

PLAYLIST.getNextSelectedItem

The getNextSelectedItem method retrieves the index of the next selected item in the playlist following the specified index.

Syntax

  

Parameters

item

Number (long) indicating the index of the item to search after.

Return Values

This method returns a Number (long).

Remarks

When there are no further selected items, this method returns –1.

This method has been replaced by getNextSelectedItem2, which supports nested playlists.

Requirements

Windows Media Player version 7.0 or later.

See Also

Previous Next