Retrieves the subscription item information from the URL of the subscription site.
Syntax
HRESULT GetItemFromURL( LPCWSTR pwszURL, ISubscriptionItem **ppSubscriptionItem );
Parameters
- pwszURL
- [in] String value that specifies the URL of the subscription site.
- ppSubscriptionItem
- [out] Address of a pointer to the ISubscriptionItem interface.
Return Value
Returns S_OK if successful, S_FALSE if the URL specified in pwszURL does not exist, or an error code otherwise.
See Also