Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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