A SERVICE OF

logo

Function Reference 4-53
scnGetCode128Info
Description
LMSSCEN.LIB only. Retrieves a pointer to a CODE128INFO
data structure containing the default values for each parameter.
If you change and set the parameters with scnSetCode128Info,
subsequent calls to scnGetCode128Info retrieve a pointer to a
data structure containing the current values.
See “CODE128INFO” in Chapter 5 to learn more about the
CODE128INFO data structure.
Syntax
short far scnGetCode128Info(LPCODE128INFO lprCode128Info);
Parameters
lprCode128Info
A pointer to a CODE129INFO data structure.
Return Values
0
Successful.
-9
Scanner is disabled.
Example
See “scnSetCode128Info” for an example.