Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.