Click to return to the Content     
ISubscriptionMgr2::GetSub...     Information Delivery Stru...     ISubscriptionMgr2 Interfa...    
Web Workshop  |  Content & Component Delivery

ISubscriptionMgr2::UpdateItems Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.