> ## 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](/ja-jp/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversionasync.md)
- [Services C API overview - PFStatistics.h](/ja-jp/services/playfab/api-references/c/pfstatistics/pfstatistics_members.md)
- [PFStatisticsIncrementStatisticVersionRequest](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionrequest.md)
- [PFStatisticsIncrementStatisticVersionResponse](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionresponse.md)
- [PFStatisticsGetStatisticsGetResult](/ja-jp/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsgetresult.md)
