> ## 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](/zh-CN/reference/live/xsapi-c/multiplayer_c/enums/xbltournamentgameresult.md)
- [XblTournamentTeamResult](/zh-CN/reference/live/xsapi-c/multiplayer_c/structs/xbltournamentteamresult.md)
- [XblTournamentGameResultSource](/zh-CN/reference/live/xsapi-c/multiplayer_c/enums/xbltournamentgameresultsource.md)
- [XblMultiplayerTournamentsServer](/zh-CN/reference/live/xsapi-c/multiplayer_c/structs/xblmultiplayertournamentsserver.md)
- [XblTournamentArbitrationState](/zh-CN/reference/live/xsapi-c/multiplayer_c/enums/xbltournamentarbitrationstate.md)
