Gets the value of the configuration option with the specified key.
public:
HRESULT GetConfigValue(
LPCWSTR pszKey,
LPBSTR pszValue
)
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.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.
IXtfConsoleControlClient Interface