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 copyright from the feed.
Syntax
HRESULT Copyright( LPWSTR *ppszCopyright );
Parameters
- ppszCopyright
[out] Address of pointer to a string variable that receives the copyright, if available.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Copyright is an optional feed element. The return value is NULL if not specified in the source.
The calling process is responsible for freeing the memory with CoTaskMemFree.