Partager via


XTFCONFIGSETTING

Describes a configuration setting for a console.

Syntax

typedef struct XTFCONFIGSETTING {
    LPCWSTR pszSettingName;
    LPCWSTR pszSettingValue;
} XTFCONFIGSETTING, *PXTFCONFIGSETTING;  

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)Autorisation obligatoire.

Requirements

Header: xtfconsolecontrol.h

Library: xtfconsolecontrol.lib

Supported platforms: Windows (for Xbox console tools)

See also

XtfConsoleControl
Xbox Tools Framework native API reference