> ## 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`\
형식: **uint64\_t**

복사가 완료된 파일 수입니다.

`bytesTransferredCount`\
형식: **uint64\_t**

전체 복사 작업에서 지금까지 전송된 총 바이트 수입니다.

`totalFileCount`\
형식: **uint64\_t**

전체 복사 작업에서 복사할 총 파일 수입니다.

`totalByteCount`\
형식: **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](/ko/reference/remoting/structs/wdcopyfileprogressinfo.md)
- [WdCopyFilesStatusCallback](/ko/reference/remoting/callbacks/wdcopyfilesstatuscallback.md)
- [XBOX PC Remote Iteration API](/ko/reference/remoting/remoteiteration_members.md)
- [WdRemoteCopy](/ko/reference/remoting/functions/wdremotecopy.md)
- [WdCopyDirection](/ko/reference/remoting/enums/wdcopydirection.md)
