Partager via


Interface IBackgroundCopyFile3 (bits3_0.h)

Utilisez cette interface pour récupérer le nom du fichier temporaire qui contient le contenu téléchargé et valider le fichier afin que les pairs puissent demander son contenu.

Pour obtenir un pointeur d’interface IBackgroundCopyFile3 , appelez la méthode IBackgroundCopyFile ::QueryInterface à l’aide de __uuidof(IBackgroundCopyFile3) pour l’identificateur d’interface.

Héritage

L’interface IBackgroundCopyFile3 hérite de IBackgroundCopyFile et IBackgroundCopyFile2. IBackgroundCopyFile3 a également les types de membres suivants :

Méthodes

L’interface IBackgroundCopyFile3 a ces méthodes.

 
IBackgroundCopyFile3 ::GetTemporaryName

Obtient le chemin d’accès complet du fichier temporaire qui contient le contenu du téléchargement.
IBackgroundCopyFile3 ::GetValidationState

Obtient l’état de validation actuel de ce fichier.
IBackgroundCopyFile3 ::IsDownloadedFromPeer

Obtient une valeur qui détermine si une partie du fichier a été téléchargée à partir d’un homologue.
IBackgroundCopyFile3 ::SetValidationState

Définit l’état de validation de ce fichier.

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 (include Bits.h)

Voir aussi

IBackgroundCopyFile

IBackgroundCopyFile2