GetSubscriptionInfo method
Obsolete. Gets the information associated with a specific subscription.
Syntax
HRESULT retVal = object.GetSubscriptionInfo(pwszURL, pInfo);
Parameters
- pwszURL [in]
-
Type: LPCWSTR
A string value that contains the URL associated with the subscription.
- pInfo [out]
-
Type: SUBSCRIPTIONINFO
A pointer to a SUBSCRIPTIONINFO structure that contains the information about the specified subscription.
Remarks
Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.
Show: