Skip to main content

XTFCONFIGSETTING

Describes a configuration setting for a console.

Syntax

Members

pszSettingName
Type: LPCWSTR
Name of the setting. pszSettingValue
Type: LPCWSTR
Value of the setting.

Remarks

This structure represents the name and value of a single configuration setting on a development console. The IXtfConsoleControlClient::GetConfigSettings function provides a pointer to an XTFCONFIGSETTING structure when it invokes an implemented IXtfConfigSettingsCallback::OnFoundSetting callback function for each configuration setting on a development console. The IXtfConsoleControlClient::GetAllSettings method returns an array of XTFCONFIGSETTING structures for all configuration settings on a development console. For more information about accessing configuration settings using XBOX Tools Framework (XTF), see Configuration (xbconfig.exe) (NDA topic).

Requirements

Header: xtfconsolecontrol.h Library: xtfconsolecontrol.lib Supported platforms: Windows (for XBOX console tools)

See also

XtfConsoleControl
XBOX Tools Framework native API reference
Last modified on August 20, 2026