GetItemFromCookie method

Obsolete. Gets the subscription item information from a subscription cookie.

Syntax

HRESULT retVal = object.GetItemFromCookie(pSubscriptionCookie, ppSubscriptionItem);

Parameters

  • pSubscriptionCookie [in]
    Type: const SUBSCRIPTIONCOOKIE

    A pointer to a SUBSCRIPTIONCOOKIE value that contains the unique identifier for the subscription item.

  • 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::GetItemFromURL Method