IXFeedEnclosure::DownloadUrl Method
Retrieves the URL from which the enclosure was downloaded.
Syntax
HRESULT DownloadUrl( LPWSTR *ppszUrl );
Parameters
- ppszUrl
[out] Pointer to a string that receives the URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IXFeedEnclosure::DownloadUrl can be used for security zone mapping purposes.
The user is responsible for freeing the memory with SysFreeString.