Checks if the user is subscribed to a particular site.
Syntax
HRESULT IsSubscribed( LPCWSTR pwszURL, BOOL *pfSubscribed );
Parameters
- pwszURL
- [in] String value containing the URL to look for.
- pfSubscribed
- [out] Address of a Boolean value that will be TRUE if a subscription exists, or FALSE otherwise.
Return Value
Returns S_OK if successful, or an error code otherwise.