IFeed::DownloadUrl Property
Retrieves the URL from which the feed was downloaded.
Syntax
HRESULT IFeed::get_DownloadUrl(BSTR *feedUrl);
Parameters
- feedUrl
Pointer to a variable of type BSTR that receives the URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IFeed::DownloadUrl can be used for security zone mapping purposes.
The calling process is responsible for freeing the memory with SysFreeString.
See Also