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

> 获取成功的 PFStatisticsIncrementStatisticVersionAsync 调用的结果。

获取成功的 PFStatisticsIncrementStatisticVersionAsync 调用的结果。

## 语法

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

### 参数

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

用于异步操作的 XAsyncBlock。

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

将使用结果填充的 PFStatisticsIncrementStatisticVersionResponse 对象。

### 返回值

类型：HRESULT

此 API 操作的结果代码。如果服务调用不成功，结果将为 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 或任何全局 PlayFab 服务错误。有关错误处理的更多详细信息，请参阅文档页“Handling PlayFab Errors”。

## 要求

**头文件：** PFStatistics.h

## 另请参阅

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


## Related topics

- [PFStatisticsIncrementStatisticVersionAsync](/zh-CN/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversionasync.md)
- [服务 C API 概览 - PFStatistics.h](/zh-CN/services/playfab/api-references/c/pfstatistics/pfstatistics_members.md)
- [PFStatisticsIncrementStatisticVersionResponse](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionresponse.md)
- [PFStatisticsIncrementStatisticVersionRequest](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionrequest.md)
- [PFStatisticsGetStatisticsGetResult](/zh-CN/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsgetresult.md)
