Windows Media Player 11 SDK IWMPControls::previous 

Windows Media Player SDK banner art

Previous Next

IWMPControls::previous

The previous method sets the previous 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 first entry when previous is invoked, the last entry in the playlist will become the current one.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next