XblTournamentGameResultWithRank
Represents the result of a multiplayer game. DEPRECATED. This structure will be removed in a future release.
Syntax
typedef struct XblTournamentGameResultWithRank {
XblTournamentGameResult Result;
uint64_t Ranking;
} XblTournamentGameResultWithRank
Members
Result
Type: XblTournamentGameResult
The result for the team.
Ranking
Type: uint64_t
The ranking of the result. Applies only when Result
is XblTournamentGameResult::Rank
.
Requirements
Header: multiplayer_c.h