IXFeedsManager::IsSubscribed Method

Determines if the URL is in the system subscription store.

Syntax

HRESULT IsSubscribed(
    LPCWSTR pszUrl,
    BOOL *pbSubscribed
);

Parameters

  • pszUrl
    [in] String that specifies the URL for the feed.
  • pbSubscribed
    [out] Pointer to a variable of type BOOL that receives TRUE if the user is subscribed to the feed, or FALSE otherwise.

Return Value

Returns S_OK if successful, or an error value otherwise.