Click or drag to resize

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;
Parameters
strName

[in] Name of the configurable setting.

value

[out] Value of the specified setting.

Return Value

Returns true if the specified config setting was found, otherwise false.

See Also

Other Resources

Download a complete CHM version of this documentation here.