This topic has not yet been rated - Rate this topic

IFeed::Copyright Property

Retrieves the copyright from the feed.

Syntax


HRESULT IFeed::get_Copyright(BSTR *copyright);

Parameters

copyright
Pointer to a variable of type BSTR 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 property value is NULL if not specified in the source.

The calling process is responsible for freeing the memory with SysFreeString.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.