XTFCONFIGSETTING Structure

Describes configuration settings for a console.

The GetAllSettings method returns an array of XTFCONFIGSETTING.

Syntax

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

Members

pszSettingName
Name of the setting.

pszSettingValue
Value of the setting.

Requirements

Header: Declared in xtfconsolecontrol.h.

Library: Use xtfconsolecontrol.lib.