A SERVICE OF

logo

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