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

Sets an override configuration for advanced scenarios where a common Service Configuration ID (SCID) and title Id are needed for cross platform experiences.

## Syntax

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

### Parameters

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

Override Service Configuration ID (SCID) to be used by multiplayer manager. This SCID is considered case sensitive so paste it directly from the Partner Center

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

Override title Id to be used by multiplayer manager.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Remarks

Currently only used by multiplayer manager to enable cross platform multiplayer scenarios.

## 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](/reference/live/xsapi-c/xbox_live_global_c/functions/xblsetoverridelocale.md)
- [Content Test Application (CTA) Stream Configuration Overview](/build/core-features/common/game-streaming/game-streaming-content-test-application-stream-config.md)
- [Setting up your XBOX Development Kit for streaming](/build/core-features/common/game-streaming/game-streaming-setup-xbox-developer-kit.md)
- [Experimentation](/services/playfab/live-service-management/game-configuration/experiments/index.md)
- [Manage game streaming (wdgamestream.exe)](/tools/tools-console/console_commandlinetools/wdgamestream.md)
