> ## 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](/ko/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversiongetresult.md)
- [Services C API 개요 - PFStatistics.h](/ko/services/playfab/api-references/c/pfstatistics/pfstatistics_members.md)
- [PFStatisticsIncrementStatisticVersionRequest](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionrequest.md)
- [PFStatisticsIncrementStatisticVersionResponse](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionresponse.md)
- [Using resettable statistics and leaderboards](/ko/services/playfab/community/leaderboards/tournaments-leaderboards/using-resettable-statistics-and-leaderboards.md)
