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

# WdCloseCancellationHandle

> WdCloseCancellationHandle

# WdCloseCancellationHandle

[WdCreateCancellationHandle](/reference/remoting/functions/wdcreatecancellationhandle)로 생성된 취소 핸들을 닫습니다.

## 구문

```cpp theme={null}
void WdCloseCancellationHandle(  
         _In_ WdCancellationHandle cancellationHandle  
);  
```

### 매개 변수

`_In_ cancellationHandle`\
형식: **[WdCancellationHandle](/reference/remoting/structs/wdcancellationhandle)**

닫을 취소 핸들입니다. 이 호출 이후에는 핸들이 더 이상 유효하지 않으므로 사용해서는 안 됩니다.

### 반환 값

이 함수는 값을 반환하지 않습니다.

## 설명

[WdCreateCancellationHandle](/reference/remoting/functions/wdcreatecancellationhandle)로 생성되었거나 [WdDuplicateCancellationHandle](/reference/remoting/functions/wdduplicatecancellationhandle)로 복제된 모든 핸들은 `WdCloseCancellationHandle`로 각각 독립적으로 닫아야 합니다. [WdRemoteCopy](/reference/remoting/functions/wdremotecopy)가 반환된 후 더 이상 핸들이 필요 없을 때 닫으세요.

## 요구 사항

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

## 함께 보기

* [WdCreateCancellationHandle](/reference/remoting/functions/wdcreatecancellationhandle)
* [WdDuplicateCancellationHandle](/reference/remoting/functions/wdduplicatecancellationhandle)
* [WdCancellationHandle](/reference/remoting/structs/wdcancellationhandle)
* [XBOX PC Remote Iteration API](/reference/remoting/remoteiteration_members)


## Related topics

- [WdCancellationHandle](/ko/reference/remoting/structs/wdcancellationhandle.md)
- [WdCreateCancellationHandle](/ko/reference/remoting/functions/wdcreatecancellationhandle.md)
- [WdDuplicateCancellationHandle](/ko/reference/remoting/functions/wdduplicatecancellationhandle.md)
- [WdCancelRemoteCopy](/ko/reference/remoting/functions/wdcancelremotecopy.md)
- [WdRemoteCopy](/ko/reference/remoting/functions/wdremotecopy.md)
