IFeedItem::Comments Property
Retrieves the URL of the comments page from the feed item.
Syntax
HRESULT IFeedItem::get_Comments(BSTR *comments);
Parameters
- comments
Pointer to a variable of type BSTR 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 property value is NULL if not specified in the source.
The calling process is responsible for freeing the memory with SysFreeString.