struttura BG_JOB_REPLY_PROGRESS (bits1_5.h)
Fornisce informazioni sullo stato di avanzamento correlate alla parte di risposta di un processo di caricamento di risposta.
Sintassi
typedef struct _BG_JOB_REPLY_PROGRESS {
UINT64 BytesTotal;
UINT64 BytesTransferred;
} BG_JOB_REPLY_PROGRESS;
Members
BytesTotal
Dimensioni del file, in byte. Il valore è BG_SIZE_UNKNOWN se la risposta non è iniziata.
BytesTransferred
Numero di byte trasferiti.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista |
Server minimo supportato | Windows Server 2003 |
Intestazione | bits1_5.h (includere Bits.h) |
Componente ridistribuibile | BITS 1.5 in Windows XP |