Skip to content

Latest commit

 

History

History
78 lines (45 loc) · 2.42 KB

ibackgroundcopyjob5.md

File metadata and controls

78 lines (45 loc) · 2.42 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date ROBOTS
IBackgroundCopyJob5 interface (Deliveryoptimization.h)
Use this interface to query or set several optional behaviors of a job.
C4706E10-40E6-489B-9772-59D581781038
IBackgroundCopyJob5 interface
IBackgroundCopyJob5 interface, described
apiref
IBackgroundCopyJob5
dosvc.dll
COM
reference
05/31/2018
INDEX,FOLLOW

IBackgroundCopyJob5 interface

Use this interface to query or set several optional behaviors of a job.

To get this interface, call the IBackgroundCopyJob::QueryInterface method using __uuidof(IBackgroundCopyJob5) as the interface identifier.

Members

The IBackgroundCopyJob5 interface inherits from IBackgroundCopyJob. IBackgroundCopyJob5 also has these types of members:

Methods

The IBackgroundCopyJob5 interface has these methods.

Method Description
GetProperty A generic method for getting Delivery Optimization job properties.
SetProperty A generic method for setting Delivery Optimization job properties.

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_IBackgroundCopyJob5 is defined as E847030C-BBBA-4657-AF6D-484AA42BF1FE

See also

IBackgroundCopyJob