XblMatchmakingStatus

Defines values that indicate the status of a matchmaking request for a session.

Syntax

enum class XblMatchmakingStatus  : uint32_t  
{  
    Unknown,  
    None,  
    Searching,  
    Expired,  
    Found,  
    Canceled  
}  

Constants

Constant Description
Unknown The server returned an unrecognized response.
None The matchmaking search is not specified. This status is optional and requires the clientMatchmaking capability.
Searching The matchmaking search is still searching.
Expired The matchmaking search has expired.
Found The matchmaking search found a session.
Canceled The matchmaking search was canceled.

Member of

XblMultiplayerMatchmakingServer

Requirements

Header: multiplayer_c.h

See also

multiplayer_c