IPlaylistEntryInfo::ENTRY_TYPE Enumeration

The IPlaylistEntryInfo::ENTRY_TYPE Enumeration enumeration describes the location of the playlist entry information.

typedef [public, uuid(85D43118-02EF-4093-98DD-5A15E3BE3F88)] 
enum ENTRY_TYPE
{
    EntryTypePhysicalFile,
    EntryTypeRelativeURI, 
    EntryTypeRemoteURL,
} ENTRY_TYPE;);

Arguments

EntryTypePhysicalFile

The path of the entry is a physical file path.

EntryTypeRelativeURI

The path of the entry relative to the playlist URL.

EntryTypeRemoteURL

The path of the entry as a remote URL.

Return Value

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

Requirements

Header: playlistprovider.h

Library: playlistprovider.dll

Platform: Windows Server 2008 family