Click or drag to resize

GetDriverSetupOptionValue

Get the value of an option from the DriverSetup string.

virtual CString GetDriverSetupOptionValue(const CString& strName) const abstract;
Parameters
strName

[in] Name of the option to retrieve.

Return Value

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

Remarks

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

Download a complete CHM version of this documentation here.