> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblTournamentGameResultWithRank

> XblTournamentGameResultWithRank

# XblTournamentGameResultWithRank

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

## 構文

```cpp theme={null}
typedef struct XblTournamentGameResultWithRank {  
    XblTournamentGameResult Result;  
    uint64_t Ranking;  
} XblTournamentGameResultWithRank  
```

### メンバー

*Result*\
型: [XblTournamentGameResult](/reference/live/xsapi-c/multiplayer_c/enums/xbltournamentgameresult)

チームの結果。

*Ranking*\
型: uint64\_t

結果のランキング。`Result` が `XblTournamentGameResult::Rank` の場合にのみ適用されます。

## 要件

**ヘッダー:** multiplayer\_c.h

## 関連項目

[multiplayer\_c](/reference/live/xsapi-c/multiplayer_c/multiplayer_c_members)


## Related topics

- [XblTournamentGameResult](/ja-jp/reference/live/xsapi-c/multiplayer_c/enums/xbltournamentgameresult.md)
- [XblTournamentTeamResult](/ja-jp/reference/live/xsapi-c/multiplayer_c/structs/xbltournamentteamresult.md)
- [XblTournamentGameResultSource](/ja-jp/reference/live/xsapi-c/multiplayer_c/enums/xbltournamentgameresultsource.md)
- [XblMultiplayerTournamentsServer](/ja-jp/reference/live/xsapi-c/multiplayer_c/structs/xblmultiplayertournamentsserver.md)
- [XblTournamentArbitrationState](/ja-jp/reference/live/xsapi-c/multiplayer_c/enums/xbltournamentarbitrationstate.md)
