IFeed::Image Property
Retrieves the image URL from the feed.
Syntax
HRESULT IFeed::get_Image(BSTR *imageUrl);
Parameters
- imageUrl
Pointer to a variable of type BSTR that receives the image URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Image URL is an optional feed element. The property value is NULL if not specified in the source.
The calling process is responsible for freeing the memory with SysFreeString.