IXtfConsoleControlClient::GetConfigValue Method

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

Syntax

public:
HRESULT GetConfigValue(
         LPCWSTR pszKey,
         LPBSTR pszValue
)  

Parameters

pszKey
Type: LPCWSTR 

Pointer to the key of the configuration option to get the value of.

pszValue
Type: LPBSTR 

Pointer that receives the value of 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