Partager via


Interface IBackgroundCopyFile (bits.h)

IBackgroundCopyFile contient des informations sur un fichier qui fait partie d’un travail. Par exemple, vous pouvez utiliser les méthodes IBackgroundCopyFile pour récupérer les noms locaux et distants du fichier et transférer les informations de progression.

Pour obtenir un pointeur d’interface IBackgroundCopyFile , appelez la méthode IBackgroundCopyError ::GetFile ou la méthode IEnumBackgroundCopyFiles ::Next .

Héritage

L’interface IBackgroundCopyFile hérite de l’interface IUnknown. IBackgroundCopyFile a également les types de membres suivants :

Méthodes

L’interface IBackgroundCopyFile a ces méthodes.

 
IBackgroundCopyFile ::GetLocalName

Récupère le nom local du fichier.
IBackgroundCopyFile ::GetProgress

Récupère des informations sur la progression du transfert de fichiers.
IBackgroundCopyFile ::GetRemoteName

Récupère le nom distant du fichier.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP
Serveur minimal pris en charge Windows Server 2003
Plateforme cible Windows
En-tête bits.h

Voir aussi

IBackgroundCopyError

IBackgroundCopyFile2

IBackgroundCopyJob

IEnumBackgroundCopyFiles