BITS_JOB_TRANSFER_POLICY enumeration (bits5_0.h)

Defines constants that specify ID values corresponding to BITS properties.

Syntax

typedef enum BITS_JOB_TRANSFER_POLICY {
  BITS_JOB_TRANSFER_POLICY_ALWAYS = 0x800000ff,
  BITS_JOB_TRANSFER_POLICY_NOT_ROAMING = 0x8000007f,
  BITS_JOB_TRANSFER_POLICY_NO_SURCHARGE = 0x8000006f,
  BITS_JOB_TRANSFER_POLICY_STANDARD = 0x80000067,
  BITS_JOB_TRANSFER_POLICY_UNRESTRICTED = 0x80000021
} ;

Constants

 
BITS_JOB_TRANSFER_POLICY_ALWAYS
Value: 0x800000ff
Specifies that the job will be transferred when connectivity is available, regardless of the cost.
BITS_JOB_TRANSFER_POLICY_NOT_ROAMING
Value: 0x8000007f
Specifies that the job will be transferred when connectivity is available, unless that connectivity is subject to roaming surcharges.
BITS_JOB_TRANSFER_POLICY_NO_SURCHARGE
Value: 0x8000006f
Specifies that the job will be transferred only when connectivity is available which is not subject to a surcharge.
BITS_JOB_TRANSFER_POLICY_STANDARD
Value: 0x80000067
Specifies that the job will be transferred only when connectivity is available which is neither subject to a surcharge nor near exhaustion.
BITS_JOB_TRANSFER_POLICY_UNRESTRICTED
Value: 0x80000021
Specifies that the job will be transferred only when connectivity is available which does not impose costs or traffic limits.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header bits5_0.h