Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.