Share via


IPlaylistRequestInfo::GetFileInfo Method

The GetFileInfo method returns information about the playlist file in file-based implementations of the interface.

HRESULT
GetFileInfo (
    [out,retval] IPlaylistFileInfo           **ppPlaylistFileInfo
);

Arguments

ppPlaylistFileInfo

The returned IPlaylistFileInfo Interface instance.

Return Value

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

Remarks

Note

The information returned by this method is only useful when the playlist is implemented as a physical file on a disk.

Requirements

Header: playlistprovider.h

Library: playlistprovider.dll

Platform: Windows Server 2008 family