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

> Reference for PFStatisticsIncrementStatisticVersionGetResult, which retrieves the result of an IncrementStatisticVersionAsync call in the PlayFab C API.

Gets the result of a successful PFStatisticsIncrementStatisticVersionAsync call.

## Syntax

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

### Parameters

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

XAsyncBlock for the async operation.

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

PFStatisticsIncrementStatisticVersionResponse object that will be populated with the result.

### Return value

Type: HRESULT

Result code for this API operation. If the service call is unsuccessful, the result will be 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 or any of the global PlayFab Service errors. See doc page "Handling PlayFab Errors" for more details on error handling.

## Requirements

**Header:** PFStatistics.h

## See also

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