XblTournamentGameResult

Defines values that indicate the state of a tournament game. DEPRECATED. This enumeration will be removed in a future release.

Syntax

enum class XblTournamentGameResult  : uint32_t  
{  
    NoContest,  
    Win,  
    Loss,  
    Draw,  
    Rank,  
    NoShow,  
}  

Constants

Constant Description
NoContest No game.
Win Win.
Loss Loss.
Draw Draw.
Rank Rank.
NoShow Didn't show up.

Member of

XblTournamentGameResultWithRank

Requirements

Header: multiplayer_c.h

See also

multiplayer_c