Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides progress information related to the reply portion of an upload-reply job.
Syntax
typedef struct _BG_JOB_REPLY_PROGRESS {
  UINT64 BytesTotal;
  UINT64 BytesTransferred;
} BG_JOB_REPLY_PROGRESS;
Members
BytesTotal
Size of the file in bytes. The value is BG_SIZE_UNKNOWN if the reply has not begun.
BytesTransferred
Number of bytes transferred.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista | 
| Minimum supported server | Windows Server 2003 | 
| Header | bits1_5.h (include Bits.h) | 
| Redistributable | BITS 1.5 on Windows XP |