Windows Media Player 11 SDK IWMPControls::nextÂ
Previous | Next |
IWMPControls::next
The next method sets the next item in the playlist as the current item.
Syntax
Parameters
This method takes no parameters.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Remarks
If the playlist is on the last entry when next is invoked, the first entry in the playlist will become the current one.
For server-side playlists, this method skips to the next item in the server-side playlist, not the client playlist.
When playing a DVD, this method skips to the next logical chapter in the playback sequence, which may not be the next chapter in the playlist. When playing DVD stills, this method skips to the next still.
Requirements
Version: Windows Media Player 9 Series or later.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
Previous | Next |