BG_JOB_TYPE enumeration

The BG_JOB_TYPE enumeration defines constant values that specify the type of transfer job, such as download.

Syntax

typedef enum  { 
  BG_JOB_TYPE_DOWNLOAD
} BG_JOB_TYPE;

Constants

BG_JOB_TYPE_DOWNLOAD

Specifies that the job downloads files to the client.

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

See also

IBackgroundCopyJob::GetType

IBackgroundCopyManager::CreateJob