I need to save and restore scanner settings using the TWAIN calls supported by the control.
The call TwainGetCapCurrentNumeric() returns a double value, I assume that I can retrieve TW_FIX32 values with this call. However, the companion call, TwainSetCapCurrentNumeric() takes a long as a parameter, thus only being able to pass a whole number. If I read the value '1.5' from a TW_FIX32 tag, how do I set it?
Am I missing something?
