Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Use IEnumBitsPeerCacheRecords to enumerate the records of the cache.
To get this interface, call the IBitsPeerCacheAdministration::EnumRecords method.
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) |