IEnumBitsPeerCacheRecords interface (bits3_0.h)

Use IEnumBitsPeerCacheRecords to enumerate the records of the cache.

To get this interface, call the IBitsPeerCacheAdministration::EnumRecords method.

Note  This interface is deprecated in BITS 4.0, and all of the API methods will return S_FALSE.
 

Inheritance

The IEnumBitsPeerCacheRecords interface inherits from the IUnknown interface. IEnumBitsPeerCacheRecords also has these types of members:

Methods

The IEnumBitsPeerCacheRecords interface has these methods.

 
IEnumBitsPeerCacheRecords::Clone

Creates another IEnumBitsPeerCacheRecords enumerator that contains the same enumeration state as the current one.
IEnumBitsPeerCacheRecords::GetCount

Retrieves a count of the number of cache records in the enumeration.
IEnumBitsPeerCacheRecords::Next

Retrieves a specified number of items in the enumeration sequence. If there are fewer than the requested number of elements left in the sequence, it retrieves the remaining elements. (IEnumBitsPeerCacheRecords.Next)
IEnumBitsPeerCacheRecords::Reset

Resets the enumeration sequence to the beginning. (IEnumBitsPeerCacheRecords.Reset)
IEnumBitsPeerCacheRecords::Skip

Skips the next specified number of elements in the enumeration sequence. If there are fewer elements left in the sequence than the requested number of elements to skip, it skips past the last element in the sequence. (IEnumBitsPeerCacheRecords.Skip)

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header bits3_0.h (include Bits.h)