次の方法で共有


XblLeaderboardGetLeaderboardAsync

イベントまたはタイトルに基づく統計を使用してタイトルのランキングを取得します。

構文

HRESULT XblLeaderboardGetLeaderboardAsync(  
         XblContextHandle xboxLiveContext,  
         XblLeaderboardQuery leaderboardQuery,  
         XAsyncBlock* async  
)  

パラメーター

xboxLiveContext _In_
型: XblContextHandle

XblContextCreateHandle で作成された Xbox Live コンテキスト ハンドル。

leaderboardQuery _In_
型: XblLeaderboardQuery

ランキング要求のクエリ パラメーター。

async _In_
型: XAsyncBlock*

呼び出し元に割り当てられた AsyncBlock。

戻り値

型: HRESULT

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

REST 呼び出し

V4 GET https: // leaderboards.xboxlive.com/users/xuid({xuid})/scids/{scid}/stats/{statname}/people/{all|favorites}[?sort=descending|ascending]&skipToUser={skipToUser}

要件

ヘッダー: leaderboard_c.h

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

関連項目

leaderboard_c