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

ターゲット セッション参照に関連付けられたプロパティを含むマルチプレイヤー セッション サーバーです。

## 構文

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

### パラメーター

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

マルチプレイヤー セッションへのハンドル。

### 戻り値

型: const

マルチプレイヤー セッションをサポートするマッチメイキング サーバー。返されるポインターのメモリは、XblMultiplayerSessionHandle オブジェクトが閉じられるまで、そのライフタイム中は有効です。

## 要件

**ヘッダー:** multiplayer\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

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


## Related topics

- [MPSD から PlayFab Multiplayer と MPA への移行](/ja-jp/services/xbox-services/multiplayer/mpsd/concepts/live-mpsd-to-mlp.md)
- [マルチプレイヤータスク](/ja-jp/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
- [XblMultiplayerSessionSetMatchmakingServerConnectionPath](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetmatchmakingserverconnectionpath.md)
- [XblMultiplayerMatchmakingServer](/ja-jp/reference/live/xsapi-c/multiplayer_c/structs/xblmultiplayermatchmakingserver.md)
- [XblMultiplayerSessionRawServersJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionrawserversjson.md)
