beautypg.com

Paxar Gold 6037EX User Manual

Page 90

background image

4-54 Programmer’s Manual

s c n G e t C o d e 3 9 I n f o

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.