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

ISubscriptionMgr2::GetItemFromURL Method


Retrieves the subscription item information from the URL of the subscription site.

Syntax

HRESULT GetItemFromURL(
    LPCWSTR pwszURL,
    ISubscriptionItem **ppSubscriptionItem
);

Parameters

pwszURL
[in] String value that specifies the URL of the subscription site.
ppSubscriptionItem
[out] Address of a pointer to the ISubscriptionItem interface.

Return Value

Returns S_OK if successful, S_FALSE if the URL specified in pwszURL does not exist, or an error code otherwise.

See Also

ISubscriptionMgr2::GetItemFromCookie



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.