Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |