IXFeedsEnum::Count Method

Returns the number of objects in the collection.

Syntax

HRESULT Count(
    UINT *puiCount
);

Parameters

  • puiCount
    [out] Pointer to an unsigned integer that receives the count of objects in the collection.

Return Value

Returns S_OK if successful, or an error value otherwise.