Partager via


IBackgroundCopyFile5::GetProperty, méthode

Obtient une propriété générique d’un transfert de fichier d’optimisation de la distribution.

Syntaxe

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

Paramètres

PropertyId [in]

Spécifie la propriété de fichier dont la valeur doit être récupérée.

PropertyValue [out]

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 10, version 1709 [applications de bureau uniquement]
Serveur minimal pris en charge
Windows Server, version 1709 [applications de bureau uniquement]
En-tête
Deliveryoptimization.h
IDL
DeliveryOptimization.idl
Bibliothèque
Dosvc.lib
DLL
Dosvc.dll
IID
IID_IBackgroundCopyFile5 est défini comme 85C1657F-DAFC-40E8-8834-DF18EA25717E

Voir aussi

IBackgroundCopyFile5

IBackgroundCopyFile5.SetProperty