BG_JOB_TYPE enumeration (bits.h)
Defines constants that specify the type of transfer job, such as download.
Syntax
typedef enum BG_JOB_TYPE {
BG_JOB_TYPE_DOWNLOAD = 0,
BG_JOB_TYPE_UPLOAD,
BG_JOB_TYPE_UPLOAD_REPLY
} ;
Constants
BG_JOB_TYPE_DOWNLOAD Value: 0 Specifies that the job downloads files to the client. |
BG_JOB_TYPE_UPLOAD Specifies that the job uploads a file to the server. BITS 1.2 and earlier: not supported. |
BG_JOB_TYPE_UPLOAD_REPLY Specifies that the job uploads a file to the server, and receives a reply file from the server application. BITS 1.2 and earlier: not supported. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP |
Minimum supported server | Windows Server 2003 |
Header | bits.h |