XTFCONFIGSETTING
Describes a configuration setting for a console.Syntax
Members
pszSettingNameType: 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 anXTFCONFIGSETTING 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
XtfConsoleControlXBOX Tools Framework native API reference
