IFeedsEnum::Count Property

Retrieves the number of objects in a collection.

Syntax

HRESULT IFeedsEnum::get_Count(LONG *count);

Parameters

  • count
    Pointer to a variable of type LONG that receives the count of objects in the collection.

Return Value

Returns S_OK if successful, or an error value otherwise.