IBitsPeerCacheAdministration::GetRecord 方法 (bits3_0.h)
从缓存中获取记录。
语法
HRESULT GetRecord(
[in] REFGUID id,
[out] IBitsPeerCacheRecord **ppRecord
);
参数
[in] id
要从缓存中获取的记录的标识符。 IBitsPeerCacheRecord::GetId 方法返回标识符。
[out] ppRecord
缓存记录的 IBitsPeerCacheRecord 接口。 完成后释放 ppRecord 。
返回值
方法返回以下返回值。
返回代码 | 说明 |
---|---|
|
成功 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista |
最低受支持的服务器 | Windows Server 2008 |
目标平台 | Windows |
标头 | bits3_0.h (包括 Bits.h) |
Library | Bits.lib |