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

# XblMultiplayerSessionRawServersJson

> XblMultiplayerSessionRawServersJson

# XblMultiplayerSessionRawServersJson

このマルチプレイヤー セッションのサーバーのコレクションを含む JSON 文字列です。この JSON オブジェクトには、XblMultiplayerArbitrationServer、XblMultiplayerMatchmakingServer、XblMultiplayerTournamentsServer オブジェクトを作成するために解析される情報が含まれています。

## 構文

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

### パラメーター

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

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

### 戻り値

型: const

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

## 要件

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

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

## 関連項目

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


## Related topics

- [XblMultiplayerSessionSetRawServersJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetrawserversjson.md)
- [XblMultiplayerSessionSetMatchmakingTargetSessionConstantsJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetmatchmakingtargetsessionconstantsjson.md)
- [XblMultiplayerSessionDeleteCustomPropertyJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessiondeletecustompropertyjson.md)
- [XblMultiplayerManagerGameSessionPropertiesJson](/ja-jp/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagergamesessionpropertiesjson.md)
- [XblMultiplayerManagerLobbySessionPropertiesJson](/ja-jp/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerlobbysessionpropertiesjson.md)
