IXFeed::Copyright Method
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.