Windows Media Player 11 SDK IWMPPlaylistCollection Interface 

Windows Media Player SDK banner art

Previous Next

IWMPPlaylistCollection Interface

The IWMPPlaylistCollection interface provides methods for manipulating the IWMPPlaylist and IWMPPlaylistArray interfaces.

In addition to the methods inherited from IDispatch, the IWMPPlaylistCollection interface exposes the following methods.

Method Description
getAll Retrieves a pointer to an IWMPPlaylistArray interface on an object containing all of the playlists in the library.
getByName Retrieves a pointer to an IWMPPlaylistArray interface on an object containing playlists with the specified name, if any exist.
importPlaylist Adds a static playlist to the library.
isDeleted Retrieves a value indicating whether the specified playlist is in the deleted items folder.
newPlaylist Creates a new, empty playlist in the library.
remove Removes a playlist from the library.
setDeleted No longer supported.

See Also

Previous Next