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

# XblConfigSetting

> XblConfigSetting

# XblConfigSetting

定义传递给以下 API 的配置设置值。

## 语法

```cpp theme={null}
enum class XblConfigSetting  : uint32_t  
{  
    ThisCodeNeedsToBeChanged  
}  
```

## 常量

| 常量                       | 说明                                               |
| ------------------------ | ------------------------------------------------ |
| ThisCodeNeedsToBeChanged | 仅传递给以下 API，用于警告代码审阅者存在需要解决的未处理 XBOX Live 调用模式问题。 |

## 要求

**头文件：** xbox\_live\_global\_c.h

## 另请参阅

[xbox\_live\_global\_c](/reference/live/xsapi-c/xbox_live_global_c/xbox_live_global_c_members)


## Related topics

- [XblDisableAssertsForXboxLiveThrottlingInDevSandboxes](/zh-CN/reference/live/xsapi-c/xbox_live_global_c/functions/xbldisableassertsforxboxlivethrottlingindevsandboxes.md)
- [HCConfigSetting](/zh-CN/reference/live/httpclient/httpclient/enums/hcconfigsetting.md)
- [IXtfConfigSettingsCallback::OnFoundSetting](/zh-CN/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConfigSettingsCallback/methods/ixtfconfigsettingscallback_onfoundsetting.md)
- [IXtfConfigSettingsCallback](/zh-CN/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConfigSettingsCallback/ixtfconfigsettingscallback.md)
- [XblPrivacySetting](/zh-CN/reference/live/xsapi-c/privacy_c/enums/xblprivacysetting.md)
