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

> Obtém o resultado de uma chamada PFStatisticsIncrementStatisticVersionAsync bem-sucedida.

Obtém o resultado de uma chamada PFStatisticsIncrementStatisticVersionAsync bem-sucedida.

## Sintaxe

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

### Parâmetros

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

XAsyncBlock para a operação assíncrona.

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

Objeto PFStatisticsIncrementStatisticVersionResponse que será preenchido com o resultado.

### Valor de retorno

Tipo: HRESULT

Código de resultado desta operação de API. Se a chamada de serviço não for bem-sucedida, o 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 ou qualquer um dos erros globais do Serviço PlayFab. Consulte a página de documentação "Handling PlayFab Errors" para obter mais detalhes sobre o tratamento de erros.

## Requisitos

**Cabeçalho:** PFStatistics.h

## Confira também

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


## Related topics

- [PFStatisticsIncrementStatisticVersionAsync](/pt-BR/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversionasync.md)
- [Visão geral da API C do Services - PFStatistics.h](/pt-BR/services/playfab/api-references/c/pfstatistics/pfstatistics_members.md)
- [PFStatisticsIncrementStatisticVersionRequest](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionrequest.md)
- [PFStatisticsIncrementStatisticVersionResponse](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionresponse.md)
- [PFStatisticsGetStatisticsGetResult](/pt-BR/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsgetresult.md)
