Avery Dennison 6035 Programmer Manual Rev.CA 6/01 User Manual

Page 93

Advertising
background image

4-52 Programmer’s Manual

s c n G e t C o d a b a r I n f o

Description

SCAN1223.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.

Advertising