Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)Autorisierung erforderlich.
Requirements
Header: xtfconsolecontrol.h
Library: xtfconsolecontrol.lib
Supported platforms: Windows (for Xbox console tools)