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

# PFStatisticsIncrementStatisticVersionGetResult

> Obtiene el resultado de una llamada correcta a PFStatisticsIncrementStatisticVersionAsync.

Obtiene el resultado de una llamada correcta a PFStatisticsIncrementStatisticVersionAsync.

## Sintaxis

```cpp theme={null}
HRESULT PFStatisticsIncrementStatisticVersionGetResult(  
    XAsyncBlock* async,  
    PFStatisticsIncrementStatisticVersionResponse* result  
)  
```

### Parámetros

**`async`**   XAsyncBlock\*<br />*Inout*

XAsyncBlock para la operación asincrónica.

**`result`**   [PFStatisticsIncrementStatisticVersionResponse\*](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionresponse)<br />*output*

Objeto PFStatisticsIncrementStatisticVersionResponse que se rellenará con el resultado.

### Valor devuelto

Tipo: HRESULT

Código de resultado de esta operación de API. Si la llamada al servicio no se realiza correctamente, el resultado será E\_PF\_EXTERNAL\_ENTITY\_NOT\_ALLOWED\_FOR\_TIER, E\_PF\_STATISTIC\_NOT\_FOUND, E\_PF\_STATISTIC\_UPDATE\_IN\_PROGRESS, E\_PF\_STATISTIC\_VERSION\_INCREMENT\_RATE\_EXCEEDED, E\_PF\_VERSION\_INCREMENT\_RATE\_EXCEEDED o cualquiera de los errores globales de PlayFab Service. Consulte la página de documentación "Handling PlayFab Errors" para obtener más detalles sobre el control de errores.

## Requisitos

**Encabezado:** PFStatistics.h

## Consulte también

[Miembros de PFStatistics](/services/playfab/api-references/c/pfstatistics/pfstatistics_members)


## Related topics

- [PFStatisticsIncrementStatisticVersionAsync](/es/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversionasync.md)
- [Información general de la API de C de Services - PFStatistics.h](/es/services/playfab/api-references/c/pfstatistics/pfstatistics_members.md)
- [PFStatisticsIncrementStatisticVersionRequest](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionrequest.md)
- [PFStatisticsIncrementStatisticVersionResponse](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionresponse.md)
- [PFStatisticsGetStatisticsGetResult](/es/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsgetresult.md)
