IBitsPeerCacheAdministration::GetRecord method (bits3_0.h)

Gets a record from the cache.

Syntax

HRESULT GetRecord(
  [in]  REFGUID              id,
  [out] IBitsPeerCacheRecord **ppRecord
);

Parameters

[in] id

Identifier of the record to get from the cache. The IBitsPeerCacheRecord::GetId method returns the identifier.

[out] ppRecord

An IBitsPeerCacheRecord interface of the cache record. Release ppRecord when done.

Return value

The method returns the following return values.

Return code Description
S_OK
Success

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

See also

IBitsPeerCacheAdministration

IBitsPeerCacheAdministration::DeleteRecord

IBitsPeerCacheAdministration::EnumRecords