A SERVICE OF

logo

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