IBitsPeerCacheRecord interface (bits3_0.h)

Use IBitsPeerCacheRecord to get information about a file in the cache.

To get this interface, call one of the following methods:

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

Inheritance

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

Methods

The IBitsPeerCacheRecord interface has these methods.

 
IBitsPeerCacheRecord::GetFileModificationTime

Gets the date and time that the file was last modified on the server.
IBitsPeerCacheRecord::GetFileRanges

Gets the ranges of the file that are in the cache.
IBitsPeerCacheRecord::GetFileSize

Gets the size of the file.
IBitsPeerCacheRecord::GetId

Gets the identifier that uniquely identifies the record in the cache.
IBitsPeerCacheRecord::GetLastAccessTime

Gets the date and time that the file was last accessed.
IBitsPeerCacheRecord::GetOriginUrl

Gets the origin URL of the cached file.
IBitsPeerCacheRecord::IsFileValidated

Determines whether the file has been validated.

Requirements

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