XblLeaderboardResultGetNextAsync
Gets the result of next page of the leaderboard for a player of the specified title.Syntax
Parameters
xboxLiveContext _In_Type: XblContextHandle An xbox live context handle created with XblContextCreateHandle. leaderboardResult _In_
Type: XblLeaderboardResult* The leaderboard result from a previous call to XblLeaderboardGetLeaderboardResult. maxItems _In_
Type: uint32_t The maximum number of items that the result can contain. Pass 0 to attempt to retrieve all items. async _In_
Type: XAsyncBlock* Caller allocated AsyncBlock.
