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

# PFLeaderboardsIncrementLeaderboardVersionGetResult

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

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

## 语法

```cpp theme={null}
HRESULT PFLeaderboardsIncrementLeaderboardVersionGetResult(  
    XAsyncBlock* async,  
    PFLeaderboardsIncrementLeaderboardVersionResponse* result  
)  
```

### 参数

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

用于异步操作的 XAsyncBlock。

**`result`**   [PFLeaderboardsIncrementLeaderboardVersionResponse\*](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsincrementleaderboardversionresponse)<br />*output*

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

### 返回值

类型：HRESULT

此 API 操作的结果代码。如果服务调用不成功，结果将为 E\_PF\_CONCURRENT\_EDIT\_ERROR、E\_PF\_INVALID\_VERSION\_RESET\_FOR\_LINKED\_LEADERBOARD、E\_PF\_LEADERBOARD\_DEFINITION\_MODIFICATION\_NOT\_ALLOWED\_WHILE\_LINKED、E\_PF\_LEADERBOARD\_NOT\_FOUND、E\_PF\_VERSION\_INCREMENT\_RATE\_EXCEEDED 或任何全局 PlayFab 服务错误。有关错误处理的更多详细信息，请参阅文档页“Handling PlayFab Errors”。

## 要求

**头文件：** PFLeaderboards.h

## 另请参阅

[PFLeaderboards 成员](/services/playfab/api-references/c/pfleaderboards/pfleaderboards_members)
