![]() | GetConfigSetting |
Get the value of an option in the IVI Configuration Store.
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;
[in] Name of the configurable setting.
[out] Value of the specified setting.
Returns true if the specified config setting was found, otherwise false.