Updates the information associated with a subscription item.
Syntax
HRESULT UpdateItems( DWORD dwFlags, DWORD dwNumCookies, const SUBSCRIPTIONCOOKIE *pCookies );
Parameters
- dwFlags
- Reserved. Must be set to zero.
- dwNumCookies
- [in] Unsigned long integer value that contains the number of subscription cookies.
- pCookies
- [in] Address of an array of SUBSCRIPTIONCOOKIE values specifying the unique identifiers for the subscriptions to update.
Return Value
Returns S_OK if successful, or an error code otherwise.