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