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.
Sets the source URL of the feed.
Syntax
HRESULT SetUrl( LPCWSTR pszUrl );
Parameters
- pszUrl
[in] String that contains the source URL of the feed.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The pszUrl parameter must be an absolute URL that begins with the "http:" or "https:" protocol. No other protocols are supported.
See Also