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

# XblMultiplayerSessionMatchmakingServer

> XblMultiplayerSessionMatchmakingServer

# XblMultiplayerSessionMatchmakingServer

A multiplayer session server that contains properties associated with a target session reference.

## Syntax

```cpp theme={null}
const XblMultiplayerSessionMatchmakingServer(  
         XblMultiplayerSessionHandle handle  
)  
```

### Parameters

*handle*   \_In\_\
Type: [XblMultiplayerSessionHandle](/reference/live/xsapi-c/multiplayer_c/handles/xblmultiplayersessionhandle)

Handle to the multiplayer session.

### Return value

Type: const

The matchmaking server supporting the multiplayer session. The memory for the returned pointer will remain valid for the life of the XblMultiplayerSessionHandle object until it is closed.

## Requirements

**Header:** multiplayer\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

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