Share via


Windows Media Player 11 SDK IWMPEvents::PlaylistCollectionPlaylistAdded 

Windows Media Player SDK banner art

Previous Next

IWMPEvents::PlaylistCollectionPlaylistAdded

The PlaylistCollectionPlaylistAdded event occurs when a playlist is added to the playlist collection.

Syntax

  

Parameters

bstrPlaylistName

[in]  Specifies the name of the playlist that was added.

Return Values

This event does not return a value.

Remarks

The name of the playlist that was added can be used to retrieve the corresponding Playlist object by using the IWMPPlaylistCollection::getByName method.

Windows Media Player 10 Mobile: This event is not supported.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next