UpdateItems method

Obsolete. Updates the information associated with a subscription item.

Syntax

HRESULT retVal = object.UpdateItems(dwFlags, dwNumCookies, pCookies);

Parameters

dwFlags [in]

Type: DWORD

SUBSMGRUPDATE_MINIMIZE

Not used.

Reserved. Must be set to 0.

dwNumCookies [in]

Type: DWORD

An unsigned long integer value that contains the number of subscription cookies.

pCookies [in]

Type: const SUBSCRIPTIONCOOKIE

A pointer to an array of SUBSCRIPTIONCOOKIE values specifying the unique identifiers for the subscriptions to update.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

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