Retrieves the information associated with a specific subscription.
Syntax
HRESULT GetSubscriptionInfo( LPCWSTR pwszURL, SUBSCRIPTIONINFO *pInfo );
Parameters
- pwszURL
- [in] String value that contains the URL associated with the subscription.
- pInfo
- [out] Address of the SUBSCRIPTIONINFO structure containing the information about the specified subscription.
Return Value
Returns S_OK if successful, or an error code otherwise.