Share via


Windows Media Player 11 SDK IWMPPlaylistArray Interface 

Windows Media Player SDK banner art

Previous Next

IWMPPlaylistArray Interface

The IWMPPlaylistArray interface provides methods for accessing a collection of IWMPPlaylist interface pointers by index number.

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

Method Description
get_count Retrieves the number of playlists in the playlist array.
item Retrieves a pointer to the IWMPPlaylist interface representing the playlist at the specified index.

See Also

Previous Next