GetItemFromURL method

Obsolete. Gets the subscription item information from the URL of the subscription site.

Syntax


HRESULT retVal = object.GetItemFromURL(pwszURL, ppSubscriptionItem);

Parameters

pwszURL [in]

Type: LPCWSTR

A string value that specifies the URL of the subscription site.

ppSubscriptionItem [out]

Type: ISubscriptionItem

A pointer to the ISubscriptionItem interface.

Remarks

Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.

See also

ISubscriptionMgr2::GetItemFromCookie

 

 

Show: