Windows Media Player 11 SDK IWMPEvents::CurrentPlaylistChange 

Windows Media Player SDK banner art

Previous Next

IWMPEvents::CurrentPlaylistChange

The CurrentPlaylistChange event occurs when something changes within the current playlist.

Syntax

  

Parameters

change

[in]  Specifies what type of change occurred to the playlist. See the PlaylistChange event for a table of possible values.

Return Values

This event does not return a value.

Remarks

This event does not occur when a different playlist becomes the current playlist. It only occurs when a change happens within the current playlist, such as a media item being appended to the playlist.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next