IXtfConsoleControlClient::SetConfigValue Method

Sets the value of the configuration option with the specified key.

Syntax

public:
HRESULT SetConfigValue(
         LPCWSTR pszKey,
         LPCWSTR pszValue
)  

Parameters

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.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfconsolecontrol.h.

Library: Use xtfconsolecontrol.lib.

See also

Reference

IXtfConsoleControlClient Interface

IXtfConsoleControlClient Members

XtfConsoleControl