Partager via


Méthode IBackgroundCopyFile5 ::SetProperty (bits5_0.h)

Définit une propriété générique d’un transfert de fichiers BITS.

Syntaxe

HRESULT SetProperty(
  [in]  BITS_FILE_PROPERTY_ID    PropertyId,
  [out] BITS_FILE_PROPERTY_VALUE PropertyValue
);

Paramètres

[in] PropertyId

Spécifie la propriété à définir.

[out] PropertyValue

Pointeur vers une union qui spécifie la valeur à définir. Le membre d’union approprié pour l’ID de propriété est utilisé.

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows 8
Serveur minimal pris en charge Windows Server 2012
Plateforme cible Windows
En-tête bits5_0.h (include Bits.h)
Bibliothèque Bits.lib

Voir aussi

IBackgroundCopyFile5

IBackgroundCopyFile5.GetProperty