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

# XblSetOverrideConfiguration

> XblSetOverrideConfiguration

# XblSetOverrideConfiguration

クロスプラットフォーム エクスペリエンスのために共通のサービス構成 ID (SCID) とタイトル ID が必要となる高度なシナリオ向けに、オーバーライド構成を設定します。

## 構文

```cpp theme={null}
HRESULT XblSetOverrideConfiguration(  
         const char* overrideScid,  
         uint32_t overrideTitleId  
)  
```

### パラメーター

*overrideScid*   \_In\_\
型: char\*

マルチプレイヤー マネージャーが使用するオーバーライド サービス構成 ID (SCID)。この SCID は大文字と小文字が区別されるため、パートナー センターから直接貼り付けてください。

*overrideTitleId*   \_In\_\
型: uint32\_t

マルチプレイヤー マネージャーが使用するオーバーライド タイトル ID。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻りコード。

## 解説

現在はクロスプラットフォーム マルチプレイヤー シナリオを有効にするために、マルチプレイヤー マネージャーによってのみ使用されています。

## 要件

**ヘッダー:** xbox\_live\_global\_c.h

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

## 関連項目

[xbox\_live\_global\_c](/reference/live/xsapi-c/xbox_live_global_c/xbox_live_global_c_members)


## Related topics

- [XblSetOverrideLocale](/ja-jp/reference/live/xsapi-c/xbox_live_global_c/functions/xblsetoverridelocale.md)
- [Content Test Application (CTA) ストリーム構成の概要](/ja-jp/build/core-features/common/game-streaming/game-streaming-content-test-application-stream-config.md)
- [title_data_override_deleted](/ja-jp/services/playfab/api-references/events/TitleData/title-data-override-deleted.md)
- [PFCatalogCatalogPriceOverride](/ja-jp/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogcatalogpriceoverride.md)
- [XblServiceConfigurationStatistic](/ja-jp/reference/live/xsapi-c/user_statistics_c/structs/xblserviceconfigurationstatistic.md)
