[in] Name of the option to retrieve.
GetDriverSetupOptionValue
Get the value of an option from the DriverSetup string.
Syntax
Section titled “Syntax”virtual CString GetDriverSetupOptionValue(const CString& strName) const abstract;Parameters
Section titled “Parameters”strName
Return value
Section titled “Return value”Returns the value of the option by name. If not found an empty string is returned.
Remarks
Section titled “Remarks”The name/value pairs available are set by the DriverSetup string passed to the IIviDriver::Initialize function.