
s c n G e t C o d a b a r I n f o
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. |
Scanner is disabled. |
Example
See “scnSetCodabarInfo” for an example.