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

# XblMultiplayerMatchmakingServer

> XblMultiplayerMatchmakingServer

# XblMultiplayerMatchmakingServer

Represents the matchmaking server that supports a multiplayer session.

## Syntax

```cpp theme={null}
typedef struct XblMultiplayerMatchmakingServer {  
    XblMatchmakingStatus Status;  
    const char* StatusDetails;  
    uint32_t TypicalWaitInSeconds;  
    XblMultiplayerSessionReference TargetSessionRef;  
} XblMultiplayerMatchmakingServer  
```

### Members

*Status*\
Type: [XblMatchmakingStatus](/reference/live/xsapi-c/multiplayer_c/enums/xblmatchmakingstatus)

The status of the matchmaking server.

*StatusDetails*\
Type: const char\*

The status details, if any, of the matchmaking server.

*TypicalWaitInSeconds*\
Type: uint32\_t

The typical wait time, in seconds.

*TargetSessionRef*\
Type: [XblMultiplayerSessionReference](/reference/live/xsapi-c/multiplayer_c/structs/xblmultiplayersessionreference)

A reference to the target session.

## Requirements

**Header:** multiplayer\_c.h

## See also

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


## Related topics

- [XblMatchmakingStatus](/reference/live/xsapi-c/multiplayer_c/enums/xblmatchmakingstatus.md)
- [Multiplayer tasks](/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
- [XblMultiplayerSessionRawServersJson](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionrawserversjson.md)
- [XblMultiplayerSessionMatchmakingServer](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionmatchmakingserver.md)
- [XblMultiplayerSessionSetMatchmakingServerConnectionPath](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetmatchmakingserverconnectionpath.md)
