Share via


BG_JOB_REPLY_PROGRESS 構造体 (bits1_5.h)

アップロード/応答ジョブの応答部分に関連する進行状況情報を提供します。

構文

typedef struct _BG_JOB_REPLY_PROGRESS {
  UINT64 BytesTotal;
  UINT64 BytesTransferred;
} BG_JOB_REPLY_PROGRESS;

メンバー

BytesTotal

ファイルのサイズ (バイト単位)。 応答が開始されていない場合、値は BG_SIZE_UNKNOWN されます。

BytesTransferred

転送されたバイト数。

要件

要件
サポートされている最小のクライアント Windows Vista
サポートされている最小のサーバー Windows Server 2003
Header bits1_5.h (Bits.h を含む)
再頒布可能パッケージ Windows XP の BITS 1.5

こちらもご覧ください

IBackgroundCopyJob2::GetReplyProgress