Describes configuration settings for a console.
The GetAllSettings method returns an array of XTFCONFIGSETTING.
typedef struct XTFCONFIGSETTING {
LPCWSTR pszSettingName;
LPCWSTR pszSettingValue;
} XTFCONFIGSETTING, *PXTFCONFIGSETTING;
pszSettingName
Name of the setting.
pszSettingValue
Value of the setting.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.