Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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 |