structure BG_JOB_REPLY_PROGRESS (bits1_5.h)
Fournit des informations de progression relatives à la partie réponse d’un travail de chargement-réponse.
Syntaxe
typedef struct _BG_JOB_REPLY_PROGRESS {
UINT64 BytesTotal;
UINT64 BytesTransferred;
} BG_JOB_REPLY_PROGRESS;
Membres
BytesTotal
Taille du fichier en octets. La valeur est BG_SIZE_UNKNOWN si la réponse n’a pas commencé.
BytesTransferred
Nombre d’octets transférés.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista |
Serveur minimal pris en charge | Windows Server 2003 |
En-tête | bits1_5.h (incluez Bits.h) |
Composant redistribuable | BITS 1.5 sur Windows XP |