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 image URL from the feed.
Syntax
HRESULT Image( LPWSTR *ppszImageUrl );
Parameters
- ppszImageUrl
 
[out] Pointer to a string that receives the image URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Image URL is an optional feed element. The return value is NULL if not specified in the source.
The user is responsible for freeing the memory with CoTaskMemFree.