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

# GetCompletedValue

> 펜스의 현재 값을 가져옵니다. (ID3D12Fence.GetCompletedValue)

펜스의 현재 값을 가져옵니다.

## 구문

```cpp theme={null}
UINT64 GetCompletedValue(
)
```

### 매개 변수

### 반환 값

형식: UINT64

펜스의 현재 값을 반환합니다. 디바이스가 제거된 경우 반환 값은 **UINT64\_MAX**가 됩니다.

## 요구 사항

**헤더:** d3d12\_xs.h 또는 d3d12\_x.h\
**라이브러리:** d3d12\_xs.lib 또는 d3d12\_x.lib\
**지원 플랫폼**: XBOX Series 콘솔 및 XBOX One 제품군

## 함께 보기

[ID3D12Fence](/reference/graphics/d3d12/interfaces/id3d12fence/id3d12fence_public)

[다중 엔진 동기화](https://learn.microsoft.com/en-us/windows/win32/direct3d12/user-mode-heap-synchronization)


## Related topics

- [GetStatusFence](/ko/reference/graphics/d3d12/interfaces/id3d12protectedsession/methods/id3d12protectedsession_getstatusfence_public.md)
- [Wait](/ko/reference/graphics/d3d12/interfaces/id3d12commandqueue/methods/id3d12commandqueue_wait_public.md)
- [XblMultiplayerEventArgsFindMatchCompleted](/ko/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayereventargsfindmatchcompleted.md)
- [ticket_completed](/ko/services/playfab/api-references/events/Matchmaking/ticket-completed.md)
- [export_completed](/ko/services/playfab/api-references/events/Extension/export-completed.md)
