IFeedEnclosure::Url Property

Retrieves the URL from the enclosure.

Syntax

HRESULT IFeedEnclosure::get_Url(BSTR *enclosureUrl);

Parameters

  • enclosureUrl
    Pointer to a variable of type BSTR that receives the source URL of the enclosure.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

URL is a required enclosure attribute.

Caller is responsible for freeing the memory with SysFreeString.

See Also

IFeedEnclosure::DownloadUrl