IBitsPeerCacheAdministration::EnumRecords method (bits3_0.h)
Gets an IEnumBitsPeerCacheRecords interface pointer that you use to enumerate the records in the cache. The enumeration is a snapshot of the records in the cache.
Syntax
HRESULT EnumRecords(
[out] IEnumBitsPeerCacheRecords **ppEnum
);
Parameters
[out] ppEnum
An IEnumBitsPeerCacheRecords interface pointer that you use to enumerate the records in the cache. Release ppEnum when done.
Return value
This method returns S_OK on success or one of the standard COM HRESULT values on error.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | bits3_0.h (include Bits.h) |
Library | Bits.lib |