Skip to content

GetInherentOptionValue

Get the value of an option from the OptionString string.

virtual CString GetInherentOptionValue(const CString& strName) const abstract;

strName

[in] Name of the option to retrieve.

Returns the value of the option by name. If not found an empty string is returned.

The name/value pairs available are set by the OptionString string passed to the IIviDriver::Initialize function.