IBackgroundCopyFile5 interface

Use this interface to get or set generic properties of Delivery Optimization file transfers.

To get an IBackgroundCopyFile5 interface pointer, call the IBackgroundCopyFile::QueryInterface method using __uuidof(IBackgroundCopyFile5) for the interface identifier.

Members

The IBackgroundCopyFile5 interface inherits from the IUnknown interface. IBackgroundCopyFile5 also has these types of members:

Methods

The IBackgroundCopyFile5 interface has these methods.

Method Description
GetProperty Gets the value of a generic BackgroundCopyFile property.
SetProperty Sets the value of a generic BackgroundCopyFile property.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1709 [desktop apps only]
Minimum supported server
Windows Server, version 1709 [desktop apps only]
Header
Deliveryoptimization.h
IDL
DeliveryOptimization.idl
Library
Dosvc.lib
DLL
Dosvc.dll
IID
IID_IBackgroundCopyFile5 is defined as 85C1657F-DAFC-40E8-8834-DF18EA25717E

See also

IBackgroundCopyFile

IBackgroundCopyFile2