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

> Obtiene el valor actual de la barrera. (ID3D12Fence.GetCompletedValue)

Obtiene el valor actual de la barrera.

## Sintaxis

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

### Parámetros

### Valor devuelto

Tipo: UINT64

Devuelve el valor actual de la barrera. Si el dispositivo se ha eliminado, el valor devuelto será **UINT64\_MAX**.

## Requisitos

**Encabezado:** d3d12\_xs.h o d3d12\_x.h\
**Biblioteca:** d3d12\_xs.lib o d3d12\_x.lib\
**Plataformas compatibles**: consolas XBOX Series y familia XBOX One

## Consulte también

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

[Sincronización de varios motores](https://learn.microsoft.com/en-us/windows/win32/direct3d12/user-mode-heap-synchronization)


## Related topics

- [GetStatusFence](/es/reference/graphics/d3d12/interfaces/id3d12protectedsession/methods/id3d12protectedsession_getstatusfence_public.md)
- [Wait](/es/reference/graphics/d3d12/interfaces/id3d12commandqueue/methods/id3d12commandqueue_wait_public.md)
- [ticket_completed](/es/services/playfab/api-references/events/Matchmaking/ticket-completed.md)
- [export_completed](/es/services/playfab/api-references/events/Extension/export-completed.md)
- [GetPMCValue](/es/reference/tools/pix3/functions/getpmcvalue.md)
