> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WdCopyOperationSummary

> WdCopyOperationSummary

# WdCopyOperationSummary

全体のコピー操作の要約進捗情報を含みます。

## 構文

```cpp theme={null}
struct WdCopyOperationSummary
{
    uint64_t filesCompletedCount;
    uint64_t bytesTransferredCount;
    uint64_t totalFileCount;
    uint64_t totalByteCount;
};
```

### メンバー

`filesCompletedCount`\
Type: **uint64\_t**

コピーが完了したファイルの数。

`bytesTransferredCount`\
Type: **uint64\_t**

コピー操作全体でこれまでに転送された合計バイト数。

`totalFileCount`\
Type: **uint64\_t**

コピー操作全体でコピーするファイルの合計数。

`totalByteCount`\
Type: **uint64\_t**

コピー操作全体でコピーする合計バイト数。

## 解説

この構造体は、[WdRemoteCopy](/reference/remoting/functions/wdremotecopy) 操作中に [WdCopyFilesStatusCallback](/reference/remoting/callbacks/wdcopyfilesstatuscallback) に提供されます。コピー操作の進捗の全体的な要約を提供し、[WdCopyFileProgressInfo](/reference/remoting/structs/wdcopyfileprogressinfo) のファイル単位の進捗情報を補完します。

## 要件

| 要件                   | 値                   |
| -------------------- | ------------------- |
| **ヘッダー**             | WdRemoteIteration.h |
| **ライブラリ**            | wdremoteapi.lib     |
| **サポートされている OS**     | Windows 11 以降       |
| **サポートされているアーキテクチャ** | x64、ARM64           |

## 関連項目

* [WdRemoteCopy](/reference/remoting/functions/wdremotecopy)
* [WdCopyFilesStatusCallback](/reference/remoting/callbacks/wdcopyfilesstatuscallback)
* [WdCopyFileProgressInfo](/reference/remoting/structs/wdcopyfileprogressinfo)
* [XBOX PC Remote Iteration API](/reference/remoting/remoteiteration_members)


## Related topics

- [WdCopyFileProgressInfo](/ja-jp/reference/remoting/structs/wdcopyfileprogressinfo.md)
- [WdCopyFilesStatusCallback](/ja-jp/reference/remoting/callbacks/wdcopyfilesstatuscallback.md)
- [XBOX PC Remote Iteration API](/ja-jp/reference/remoting/remoteiteration_members.md)
- [WdRemoteCopy](/ja-jp/reference/remoting/functions/wdremotecopy.md)
- [WdCopyOptions](/ja-jp/reference/remoting/structs/wdcopyoptions.md)
