XblTournamentTeamResult

Represents a team result for a multiplayer game. DEPRECATED. This structure will be removed in a future release.

Syntax

typedef struct XblTournamentTeamResult {  
    const char* Team;  
    XblTournamentGameResultWithRank GameResult;  
} XblTournamentTeamResult  

Members

Team
Type: const char*

Name of the team.

GameResult
Type: XblTournamentGameResultWithRank

The game result.

Requirements

Header: multiplayer_c.h

See also

multiplayer_c