AbortItems method

Obsolete. Discontinues specific subscription operations.

Syntax

HRESULT retVal = object.AbortItems(dwNumCookies, pCookies);

Parameters

  • dwNumCookies [in]
    Type: DWORD

    An unsigned long integer value that receives the number of cookies.

  • pCookies [in]
    Type: const SUBSCRIPTIONCOOKIE

    A pointer to a SUBSCRIPTIONCOOKIE value that specifies a unique identifier for the subscription cookie.

Remarks

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

See also

ISubscriptionMgr2::AbortAll Method