A SERVICE OF

logo

4-86 Programmer’s Manual
scnSetI2of5Info
Description
LMSSCEN.LIB only. Saves the scanner configuration values
the application set in the I2OF5INFO data structure. See
“I2OF5INFO” in Chapter 5 for a description of this data
structure.
To configure the scanner, the application:
1. Enables the scanner with scnOpenScanner or
scnOpenScannerShared.
2. Calls scnGetI2of5Info.
3. Sets the values in the I2OF5INFO data structure.
4. Calls scnSetI2OF5Info.
When the application disables the scanner,
the configuration values go back to the
defaults.
Syntax
short far scnSetI2of5Info(LPI2OF5INFO lprI2of5Info);
Parameters
lprI2of5Info
A pointer to an I2OF5INFO data structure.
Return Values
0
Successful.
-5
Invalid configuration value.
-9
The scanner is disabled.