XblDisableAssertsForXboxLiveThrottlingInDevSandboxes

Disables asserts for Xbox Live throttling in dev sandboxes.

Syntax

void XblDisableAssertsForXboxLiveThrottlingInDevSandboxes(  
         XblConfigSetting setting  
)  

Parameters

setting   _In_
Type: XblConfigSetting

The config settings value to be passed down.

Return value

Type: void

HRESULT return code for this API operation.

Remarks

The asserts will not fire in RETAIL sandbox, and this setting has no affect in RETAIL sandboxes. It is best practice to not call this API, and instead adjust the calling pattern but this is provided as a temporary way to get unblocked while in early stages of game development.

Requirements

Header: xbox_live_global_c.h

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

See also

xbox_live_global_c