Méthode IBackgroundCopyFile5 ::GetProperty (bits5_0.h)
Obtient une propriété générique d’un transfert de fichiers BITS.
Syntaxe
HRESULT GetProperty(
[in] BITS_FILE_PROPERTY_ID PropertyId,
[out] BITS_FILE_PROPERTY_VALUE *PropertyValue
);
Paramètres
[in] PropertyId
Spécifie la propriété de fichier dont la valeur doit être récupérée.
[out] PropertyValue
Valeur de propriété, retournée en tant que pointeur vers une union BITS_FILE_PROPERTY_VALUE. Utilisez le champ union approprié pour la valeur d’ID de propriété passée.
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 |