
s c n G e t C o d e 1 2 8 I n f o
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. |
Scanner is disabled. |
Example
See “scnSetCode128Info” for an example.