Sets the information associated with a subscription item.
Syntax
HRESULT SetSubscriptionItemInfo( const SUBSCRIPTIONITEMINFO *pSubscriptionItemInfo );
Parameters
- pSubscriptionItemInfo
- [in] Address of a constant pointer to a SUBSCRIPTIONITEMINFO structure that contains information associated with the subscription item.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also