IPlaylistInfo::Entries Property

The Entries property gets an IPlaylistEntryInfoCollection Interface instance to enumerate the entries in a playlist.

HRESULT 
Entries(
    [out, retval] IPlaylistEntryInfoCollection  **ppPlaylistEntries
);

Arguments

ppPlaylistEntries

The returned IPlaylistEntryInfoCollection Interface instance.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Notes for Implementers

Implementers should return an instance of an IPlaylistEntryInfoCollection Interface that contains the collection of entries.

Requirements

Header: playlistprovider.h

Library: playlistprovider.dll

Platform: Windows Server 2008 family