IXFeedsManager::GetFeedByUrl Method

Returns a feed by its URL.

Syntax

HRESULT GetFeedByUrl(
    LPCWSTR pszUrl,
    REFIID riid,
    void **ppv
);

Parameters

  • pszUrl
    [in] String that specifies the URL for the feed.
  • riid
    [in] IID of the requested interface.
  • ppv
    [out] Address of a pointer variable that receives the specified feed or NULL if the feed does not exist.

Return Value

Returns S_OK if successful, or E_NOINTERFACE if the interface is not supported.

See Also

IXFeedsManager::GetFeed