> ## 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.

# WdCopyDirection

> WdCopyDirection

# WdCopyDirection

복사 작업의 방향을 지정합니다.

## 구문

```cpp theme={null}
enum class WdCopyDirection : uint32_t 
{ 
    CopyTo = 0, 
    CopyFrom = 1 
};
```

### 상수

| 상수       | 값 | 설명                          |
| -------- | - | --------------------------- |
| CopyTo   | 0 | 원격 기기로 파일을 복사합니다. 기본 방향입니다. |
| CopyFrom | 1 | 원격 기기에서 파일을 복사합니다.          |

## 설명

이 열거형은 [WdRemoteCopy](/reference/remoting/functions/wdremotecopy) 작업의 방향을 지정하기 위해 [WdCopyOptions](/reference/remoting/structs/wdcopyoptions) 구조체에서 사용됩니다.

## 요구 사항

| 요구 사항       | 값                   |
| ----------- | ------------------- |
| **헤더**      | WdRemoteIteration.h |
| **라이브러리**   | wdremoteapi.lib     |
| **지원 OS**   | Windows 11 이상       |
| **지원 아키텍처** | x64, ARM64          |

## 함께 보기

* [WdRemoteCopy](/reference/remoting/functions/wdremotecopy)
* [WdCopyOptions](/reference/remoting/structs/wdcopyoptions)
* [XBOX PC Remote Iteration API](/reference/remoting/remoteiteration_members)


## Related topics

- [WdCopyOptions](/ko/reference/remoting/structs/wdcopyoptions.md)
- [WdRemoteCopy](/ko/reference/remoting/functions/wdremotecopy.md)
- [XBOX PC Remote Iteration API](/ko/reference/remoting/remoteiteration_members.md)
- [WdCopyErrorCallback](/ko/reference/remoting/callbacks/wdcopyerrorcallback.md)
- [WdCopyErrorSeverity](/ko/reference/remoting/enums/wdcopyerrorseverity.md)
