DTWAIN_RangeSetValueFloatString
|
DTWAIN_RangeSetValueFloatString DTWAIN_RangeSetValueFloatStringA DTWAIN_RangeSetValueFloatStringW |
|
The DTWAIN_RangeSetValueFloatString function sets either the low, high, step, default, or current values in the DTWAIN_RANGE.
DTWAIN_BOOL DTWAIN_RangeSetValueFloat (
Parameters Range A valid DTWAIN_RANGE type.
WhichValue Range value to set
Value new value to set in the DTWAIN_RANGE
Return Values If the function succeeds, TRUE is returned. If the function fails FALSE is returned. Character specific versions
Comments The DTWAIN_RangeSetValueFloatString function works the same as DTWAIN_RangeSetValueFloat, where the floating point value is represented as a string. This function can be used by computer languages that do not handle 64-bit IEEE parameters correctly.
TWAIN State Transitions None.
Prerequisite Function Call(s)
See Also |