Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the image URL from the feed.
Syntax
HRESULT Image( LPWSTR *ppszImageUrl );
Parameters
- ppszImageUrl
[out] Pointer to a string 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 return value is NULL if not specified in the source.
The user is responsible for freeing the memory with CoTaskMemFree.