BG_JOB_REPLY_PROGRESS structure
The BG_JOB_REPLY_PROGRESS structure 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
Minimum supported client |
Windows 10, version 1709 [desktop apps only] |
Minimum supported server |
Windows Server 2016 [desktop apps only] |
Header |
Deliveryoptimization.h |