A SERVICE OF

logo

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