Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)Authorization required.
Requirements
Header: xtfconsolecontrol.h
Library: xtfconsolecontrol.lib
Supported platforms: Windows (for Xbox console tools)