IWMPEvents::CurrentPlaylistChange (Windows Embedded CE 6.0)
1/6/2010
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.