Sets the value of the configuration option with the specified key.
public:
HRESULT SetConfigValue(
LPCWSTR pszKey,
LPCWSTR pszValue
)
pszKey
Type: LPCWSTR
Pointer to the key of the configuration option to set the value of.
pszValue
Type: LPCWSTR
Pointer to the value to set for the configuration option with the specified key.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.
IXtfConsoleControlClient Interface