XblLeaderboardRow
Represents a row in a collection of leaderboard items.Syntax
Members
gamertagType: char[XBL_GAMERTAG_CHAR_SIZE] The UTF-8 encoded gamertag of the player. modernGamertag
Type: char[XBL_MODERN_GAMERTAG_CHAR_SIZE] The UTF-8 encoded modern gamertag for the player. Not guaranteed to be unique. modernGamertagSuffix
Type: char[XBL_MODERN_GAMERTAG_SUFFIX_CHAR_SIZE] The UTF-8 encoded suffix appended to modern gamertag to ensure uniqueness. May be empty in some cases. uniqueModernGamertag
Type: char[XBL_UNIQUE_MODERN_GAMERTAG_CHAR_SIZE] The UTF-8 encoded unique modern gamertag and suffix. Format will be “modernGamertag#suffix”. Guaranteed to be no more than 16 rendered characters. xboxUserId
Type: uint64_t The XBOX user ID of the player. percentile
Type: double The percentile rank of the player. rank
Type: uint32_t The rank of the player. globalRank
Type: uint32_t The global rank of the player. If globalrank is 0, then the user has no global rank. columnValues
Type: const char** UTF-8 encoded JSON values for each column in the leaderboard row for the player. This will include the corresponding XblLeaderboardQuery’s statName, followed by any of the specified additionalColumnleaderboardNames that exist in the row. columnValuesCount
Type: size_t The number of columnValues.
