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

# IXtfConfigSettingsCallback

> IXtfConfigSettingsCallback

# IXtfConfigSettingsCallback

XtfConfigSettings.GetConfigSettings에서 사용되는 콜백입니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
class IXtfConfigSettingsCallback : public IUnknown  
```

## 메서드

| 메서드                                                                                                                                              | 설명                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- |
| [OnFoundSetting](/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConfigSettingsCallback/methods/ixtfconfigsettingscallback_onfoundsetting) | 구성 설정이 보고될 때 호출되는 콜백 함수입니다. |

## 요구 사항

**헤더:** xtfconsolecontrol.h

**라이브러리:** xtfconsolecontrol.lib

**지원 플랫폼:** Windows(XBOX 콘솔 도구용)

## 함께 보기

[xtfconsolecontrol](/reference/tools/xtf/xtfconsolecontrol/xtfconsolecontrol_members)


## Related topics

- [IXtfConfigSettingsCallback::OnFoundSetting](/ko/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConfigSettingsCallback/methods/ixtfconfigsettingscallback_onfoundsetting.md)
- [IXtfConsoleControlClient::GetConfigSettings](/ko/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getconfigsettings.md)
- [IXtfConsoleControlClient::GetAllSettings](/ko/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getallsettings.md)
- [XTFCONFIGSETTING](/ko/reference/tools/xtf/xtfconsolecontrol/structs/xtfconfigsetting.md)
- [IXtfConsoleControlClient::GetConfigValue](/ko/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getconfigvalue.md)
