XblContextSettingsSetUseCrossPlatformQosServers

Controls whether we use cross platform QoS endpoints or not. In some case if you are shipping with TV_API enabled, you want to be able to choose.

Syntax

HRESULT XblContextSettingsSetUseCrossPlatformQosServers(  
         XblContextHandle context,  
         bool value  
)  

Parameters

context   _In_
Type: XblContextHandle

Xbox live context that the settings are associated with.

value   _In_
Type: bool

True if the cross platform QoS servers should be used, false otherwise.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: xbox_live_context_settings_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

xbox_live_context_settings_c