> ## 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가 필요한 고급 시나리오에 대한 재정의 구성을 설정합니다.

## Syntax

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

### Parameters

*overrideScid*   \_In\_\
Type: char\*

멀티플레이어 관리자가 사용할 재정의 서비스 구성 ID(SCID)입니다. 이 SCID는 대/소문자를 구분하므로 파트너 센터에서 직접 붙여넣어야 합니다.

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

멀티플레이어 관리자가 사용할 재정의 타이틀 ID입니다.

### Return value

Type: HRESULT

이 API 작업의 HRESULT 반환 코드입니다.

## Remarks

현재 크로스 플랫폼 멀티플레이어 시나리오를 활성화하기 위해 멀티플레이어 관리자에서만 사용됩니다.

## Requirements

**Header:** xbox\_live\_global\_c.h

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

## See also

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


## Related topics

- [XblSetOverrideLocale](/ko/reference/live/xsapi-c/xbox_live_global_c/functions/xblsetoverridelocale.md)
- [title_data_override_deleted](/ko/services/playfab/api-references/events/TitleData/title-data-override-deleted.md)
- [PFCatalogCatalogPriceOverride](/ko/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogcatalogpriceoverride.md)
- [XblServiceConfigurationStatistic](/ko/reference/live/xsapi-c/user_statistics_c/structs/xblserviceconfigurationstatistic.md)
- [XNetworkingSetConfigurationSetting](/ko/reference/networking/xnetworking/functions/xnetworkingsetconfigurationsetting.md)
