XblTournamentTeamResult

マルチプレイヤー ゲームのチームの結果を表します。 非推奨です。 この構造は、将来のリリースで削除される予定です。

構文

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

メンバー

Team
型: const char*

チームの名前。

GameResult
型: XblTournamentGameResultWithRank

ゲームの結果。

要件

ヘッダー: multiplayer_c.h

関連項目

multiplayer_c