A SERVICE OF

logo

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