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

토너먼트 게임의 상태를 나타내는 값을 정의합니다. 사용되지 않음(DEPRECATED). 이 열거형은 향후 릴리스에서 제거됩니다.

## Syntax

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

## Constants

| Constant  | Description |
| --------- | ----------- |
| NoContest | 경기 없음.      |
| Win       | 승리.         |
| Loss      | 패배.         |
| Draw      | 무승부.        |
| Rank      | 순위.         |
| NoShow    | 참가하지 않음.    |

## Member of

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

## Requirements

**Header:** multiplayer\_c.h

## See also

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