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

# XblLeaderboardResultGetNextResultSize

> XblLeaderboardResultGetNextResultSize

# XblLeaderboardResultGetNextResultSize

XblLeaderboardResultGetNextAsync 呼び出しの結果サイズを取得します。

## 構文

```cpp theme={null}
HRESULT XblLeaderboardResultGetNextResultSize(  
         XAsyncBlock* async,  
         size_t* resultSizeInBytes  
)  
```

### パラメーター

*async*   \_In\_\
型: XAsyncBlock\*

この操作の AsyncBlock。

*resultSizeInBytes*   \_Out\_\
型: size\_t\*

ユーザー統計結果を格納するために必要なバイト単位のサイズ。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻り値コード。

## 要件

**ヘッダー:** leaderboard\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

[leaderboard\_c](/reference/live/xsapi-c/leaderboard_c/leaderboard_c_members)


## Related topics

- [XblLeaderboardResultGetNextResult](/ja-jp/reference/live/xsapi-c/leaderboard_c/functions/xblleaderboardresultgetnextresult.md)
- [イベントベース リーダーボードのサンプル コード](/ja-jp/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-leaderboards-eb-howto.md)
- [XblLeaderboardResultGetNextAsync](/ja-jp/reference/live/xsapi-c/leaderboard_c/functions/xblleaderboardresultgetnextasync.md)
- [XblLeaderboardGetLeaderboardResultSize](/ja-jp/reference/live/xsapi-c/leaderboard_c/functions/xblleaderboardgetleaderboardresultsize.md)
- [XblLeaderboardGetLeaderboardResult](/ja-jp/reference/live/xsapi-c/leaderboard_c/functions/xblleaderboardgetleaderboardresult.md)
