IPlaylistEntryInfo::GetProperty Method

The GetProperty method gets the value of the requested property for this entry.

HRESULT
GetProperty(
    [in]            PLAYLIST_ENTRY_PROPERTY_TYPE   propertyName,
    [out, retval]   VARIANT *pVariantValue
);

Arguments

propertyName

A PLAYLIST_ENTRY_PROPERTY_TYPE Enumeration enumeration describing the location type of the entry.

pVariantValue

The returned property value. Implementers should return a value that represents the results of the request in propertyName.

Return Value

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

Notes for Implementers

Implementers of the IPlaylistEntryInfo Interface interface must implement this method.

Requirements

Header: playlistprovider.h

Library: playlistprovider.dll

Platform: Windows Server 2008 family