IXFeedItem::Link Method
Returns the URL from the feed item.
Syntax
HRESULT Link( LPWSTR *ppszUrl );
Parameters
- ppszUrl
[out] Pointer to a string that receives the URL to the full feed item.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
URL is an optional feed item element. The return value is NULL if not specified in the source.
The user is responsible for freeing the memory with CoTaskMemFree.
See Also