IBitsPeerCacheAdministration::GetRecord 方法 (bits3_0.h)
從快取取得記錄。
語法
HRESULT GetRecord(
[in] REFGUID id,
[out] IBitsPeerCacheRecord **ppRecord
);
參數
[in] id
要從快取取得的記錄標識碼。 IBitsPeerCacheRecord::GetId 方法會傳回標識符。
[out] ppRecord
快取記錄的 IBitsPeerCacheRecord 介面。 完成時釋放 ppRecord 。
傳回值
方法會傳回下列傳回值。
傳回碼 | 描述 |
---|---|
|
Success |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista |
最低支援的伺服器 | Windows Server 2008 |
目標平台 | Windows |
標頭 | bits3_0.h (包含 Bits.h) |
程式庫 | Bits.lib |