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

# XblMultiplayerSessionSetRawServersJson

> XblMultiplayerSessionSetRawServersJson

# XblMultiplayerSessionSetRawServersJson

このマルチプレイヤー セッションのサーバー コレクションを含む JSON 文字列を設定します。

## 構文

```cpp theme={null}
HRESULT XblMultiplayerSessionSetRawServersJson(  
         XblMultiplayerSessionHandle handle,  
         const char* rawServersJson  
)  
```

### パラメーター

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

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

*rawServersJson*   \_In\_z\_\
型: char\*

セッション サーバーを記述する JSON。

### 戻り値

型: HRESULT

この API 操作の HRESULT リターン コード。

## 要件

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

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

## 関連項目

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


## Related topics

- [XblMultiplayerSessionRawServersJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionrawserversjson.md)
- [XblMultiplayerSessionSetMatchmakingTargetSessionConstantsJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetmatchmakingtargetsessionconstantsjson.md)
- [XblMultiplayerSessionCurrentUserSetCustomPropertyJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessioncurrentusersetcustompropertyjson.md)
- [XblMultiplayerSessionSetServerConnectionStringCandidates](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetserverconnectionstringcandidates.md)
- [XblMultiplayerSessionSetMatchmakingServerConnectionPath](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionsetmatchmakingserverconnectionpath.md)
