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

# PFStatisticsIncrementStatisticVersionAsync

> エンティティ統計定義のバージョンをインクリメントします。

エンティティ統計定義のバージョンをインクリメントします。

## 構文

```cpp theme={null}
HRESULT PFStatisticsIncrementStatisticVersionAsync(  
    PFEntityHandle entityHandle,  
    const PFStatisticsIncrementStatisticVersionRequest* request,  
    XAsyncBlock* async  
)  
```

### パラメーター

**`entityHandle`**   PFEntityHandle

認証に使用する PFEntityHandle。

**`request`**   [PFStatisticsIncrementStatisticVersionRequest\*](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionrequest)

値が設定されたリクエスト オブジェクト。

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

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

この API 操作の結果コード。

## 解説

この API は Windows、Linux、macOS で利用できます。StatisticCreateStatisticDefinitionAsync も参照してください。非同期タスクが完了したら、[PFStatisticsIncrementStatisticVersionGetResult](/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversiongetresult) を呼び出して結果を取得します。

## 要件

**ヘッダー:** PFStatistics.h

## 関連項目

[PFStatistics のメンバー](/services/playfab/api-references/c/pfstatistics/pfstatistics_members)


## Related topics

- [PFStatisticsIncrementStatisticVersionGetResult](/ja-jp/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversiongetresult.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)
- [API Statistics リファレンス](/ja-jp/services/playfab/player-progression/statistics/api-reference.md)
