[in] Name of the configurable setting.
GetConfigSetting
Get the value of an option in the IVI Configuration Store.
Syntax
Section titled “Syntax”virtual bool GetConfigSetting(const CString& strName, CComVariant& value) const abstract;
virtual bool GetConfigSetting(const CString& strName, CString& value) const abstract;
virtual bool GetConfigSetting(const CString& strName, int& value) const abstract;
virtual bool GetConfigSetting(const CString& strName, double& value) const abstract;
virtual bool GetConfigSetting(const CString& strName, bool& value) const abstract;Parameters
Section titled “Parameters”strName
value
[out] Value of the specified setting.
Return value
Section titled “Return value”Returns true if the specified config setting was found, otherwise false.