XblContextSettingsGetUseCrossPlatformQosServers

Gets whether to use the xplatqos server for QoS calls.

Syntax

HRESULT XblContextSettingsGetUseCrossPlatformQosServers(  
         XblContextHandle context,  
         bool* value  
)  

Parameters

context   _In_
Type: XblContextHandle

Xbox live context that the settings are associated with.

value   _Out_
Type: bool*

Passes back 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