Méthode IBackgroundCopyJob5 ::SetProperty (bits5_0.h)
Méthode générique pour définir les propriétés du travail BITS.
Syntaxe
HRESULT SetProperty(
[in] BITS_JOB_PROPERTY_ID PropertyId,
[in] BITS_JOB_PROPERTY_VALUE PropertyValue
);
Paramètres
[in] PropertyId
ID de la propriété qui est définie comme valeur d’énumération BITS_JOB_PROPERTY_ID .
[in] PropertyValue
Valeur de la propriété en cours de définition. Pour contenir une valeur dont le type est approprié à la propriété, cette valeur est spécifiée via l’union BITS_JOB_PROPERTY_VALUE composée de tous les types de propriétés connus.
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 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
IBackgroundCopyJob5 ::GetProperty