> ## 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.

# XblTournamentGameResult

> XblTournamentGameResult

# XblTournamentGameResult

定义指示锦标赛游戏状态的值。已弃用。此枚举将在未来版本中移除。

## 语法

```cpp theme={null}
enum class XblTournamentGameResult  : uint32_t  
{  
    NoContest,  
    Win,  
    Loss,  
    Draw,  
    Rank,  
    NoShow,  
}  
```

## 常量

| 常量        | 说明   |
| --------- | ---- |
| NoContest | 无比赛。 |
| Win       | 胜利。  |
| Loss      | 失败。  |
| Draw      | 平局。  |
| Rank      | 排名。  |
| NoShow    | 未出现。 |

## 成员归属

[XblTournamentGameResultWithRank](/reference/live/xsapi-c/multiplayer_c/structs/xbltournamentgameresultwithrank)

## 要求

**头文件：** multiplayer\_c.h

## 另请参阅

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