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

# PFStatisticsIncrementStatisticVersionResponse

> Reference for the PFStatisticsIncrementStatisticVersionResponse struct in the PlayFab Services C API, returning the new statistic version number.

PFStatisticsIncrementStatisticVersionResponse data model.

## Syntax

```cpp theme={null}
typedef struct PFStatisticsIncrementStatisticVersionResponse {  
    uint32_t version;  
} PFStatisticsIncrementStatisticVersionResponse;  
```

### Members

**`version`**   uint32\_t

New statistic version.

## Requirements

**Header:** PFStatisticsTypes.h

## See also

[PFStatisticsTypes members](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsIncrementStatisticVersionGetResult](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversiongetresult.md)
- [Services C API overview - PFStatisticsTypes.h](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsIncrementStatisticVersionRequest](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionrequest.md)
- [PFStatisticsIncrementStatisticVersionAsync](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversionasync.md)
- [API Statistics reference](/services/playfab/player-progression/statistics/api-reference.md)
