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

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.141.GSDK.C.lib

See also

xbox_live_global_c