Verifies if the user is subscribed to the specified URL.
Syntax
HRESULT IsSubscribed( BSTR bstrURL, VARIANT_BOOL *pBool );
Parameters
- bstrURL
- String value that contains the URL to check.
- pBool
- Address of a VARIANT_BOOL value that contains the results of the operation. The value will be set to VARIANT_TRUE if the user is subscribed to the URL, or VARIANT_FALSE otherwise.
Return Value
Returns S_OK if successful, or an error code otherwise.