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 home page URL from the feed.
Syntax
HRESULT Link( LPWSTR *ppszHomePage );
Parameters
- ppszHomePage
[out] Pointer to a string that receives the home page URL of the site corresponding to the feed.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Link is an required feed element.
The user is responsible for freeing the memory with CoTaskMemFree.
See Also