Méthode IBitsPeerCacheAdministration ::GetRecord (bits3_0.h)
Obtient un enregistrement à partir du cache.
Syntaxe
HRESULT GetRecord(
[in] REFGUID id,
[out] IBitsPeerCacheRecord **ppRecord
);
Paramètres
[in] id
Identificateur de l’enregistrement à obtenir à partir du cache. La méthode IBitsPeerCacheRecord ::GetId retourne l’identificateur.
[out] ppRecord
Interface IBitsPeerCacheRecord de l’enregistrement de cache. Relâchez ppRecord lorsque vous avez terminé.
Valeur retournée
La méthode retourne les valeurs de retour suivantes.
Code de retour | Description |
---|---|
|
Succès |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista |
Serveur minimal pris en charge | Windows Server 2008 |
Plateforme cible | Windows |
En-tête | bits3_0.h (incluez Bits.h) |
Bibliothèque | Bits.lib |