Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.