Retrieves the subscription item information from a subscription cookie.
Syntax
HRESULT GetItemFromCookie( const SUBSCRIPTIONCOOKIE *pSubscriptionCookie, ISubscriptionItem **ppSubscriptionItem );
Parameters
- pSubscriptionCookie
- [in] Address of a SUBSCRIPTIONCOOKIE value that contains the unique identifier for the subscription item.
- ppSubscriptionItem
- [out] Address of a pointer to the ISubscriptionItem interface.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also