IXFeed::Description Method
Returns a phrase or sentence that describes the feed.
Syntax
HRESULT Description( LPWSTR *ppszDescription );
Parameters
- ppszDescription
[out] Pointer to a string that receives the feed description.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Description is a required feed element.
The user is responsible for freeing the memory with CoTaskMemFree.