A SERVICE OF

logo

4-58 Programmer’s Manual
scnGetI2of5Info
Description
LMSSCEN.LIB only. Retrieves a pointer to an I2OF5INFO data
structure containing the default values for each parameter. If
you change and set the parameters with scnSetI2of5Info,
subsequent calls to scnGetI2of5Info retrieve a pointer to a data
structure containing the current values.
See “I2OF5INFO” in Chapter 5 to learn more about the
I2OF5INFO data structure.
Syntax
short far scnGetI2of5Info(LPI2OF5INFO lprI2of5Info);
Parameters
lprI2of5Info
A pointer to an I2OF5INFO data structure.
Return Values
0
Successful.
-9
Scanner is disabled.
Example
See “scnSetI2of5Info” for an example.