IXFeedsManager::GetFeed Method

Returns a feed from its path.

Syntax

HRESULT GetFeed(
    LPCWSTR pszPath,
    REFIID riid,
    void **ppv
);

Parameters

  • pszPath
    [in] String that specifies the folder path and feed name.
  • 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::GetFeedByUrl