IXFeedItem::Comments Method
Returns the URL of the comments page from the feed item.
Syntax
HRESULT Comments( LPWSTR *ppszUrl );
Parameters
- ppszUrl
[out] Pointer to a string that receives the comments URL for the feed item.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Comments is an optional feed item element. The return value is NULL if not specified in the source.
The user is responsible for freeing the memory with CoTaskMemFree.