IXFeed::MaxItemCount Method
Returns the maximum number of downloaded items for the feed.
Syntax
HRESULT MaxItemCount( UINT *puiMaxItemCount );
Parameters
- puiMaxItemCount
[out] Address of an unsigned integer variable that receives the maximum number of downloaded items, or0
if all items are kept.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This property determines how many items remain after feed synchronization. If the maximum number of feed items is exceeded, the oldest items are deleted. The default value is 200 items.
See Also