IXFeedItem::DownloadUrl Method

Retrieves the URL from which the feed item was downloaded.

Syntax

HRESULT DownloadUrl(
    LPWSTR *ppszUrl
);

Parameters

  • ppszUrl
    [out] Address of a string variable that receives the URL.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The calling process is responsible for freeing the memory with SysFreeString.

See Also

IXFeed::Merge