Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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_DOWNLOADValue: 0 Specifies that the job downloads files to the client. |
BG_JOB_TYPE_UPLOADSpecifies that the job uploads a file to the server. BITS 1.2 and earlier: not supported. |
BG_JOB_TYPE_UPLOAD_REPLYSpecifies 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 |