IBackgroundCopyFile5::GetProperty method
Gets a generic property of a Delivery Optimization file transfer.
Syntax
HRESULT GetProperty(
[in] BITS_FILE_PROPERTY_ID PropertyId,
[out] BITS_FILE_PROPERTY_VALUE *PropertyValue
);
Parameters
-
PropertyId [in]
-
Specifies the file property whose value is to be retrieved.
-
PropertyValue [out]
-
The property value, returned as a pointer to a BITS_FILE_PROPERTY_VALUE union. Use the union field appropriate for the property ID value passed in.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 10, version 1709 [desktop apps only] |
Minimum supported server |
Windows Server, version 1709 [desktop apps only] |
Header |
|
IDL |
|
Library |
|
DLL |
|
IID |
IID_IBackgroundCopyFile5 is defined as 85C1657F-DAFC-40E8-8834-DF18EA25717E |