IWMPEvents::CurrentPlaylistChange (Compact 7)

3/12/2014

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

Syntax

void CurrentPlaylistChange( WMPPlaylistChangeEventType change ); 

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.

See Also

Reference

IWMPEvents Interface