A SERVICE OF

logo

Function Reference 4-59
scnGetMSI Info
Description
LMSSCEN.LIB only. Retrieves a pointer to a MSIINFO data
structure containing the default values for each parameter. If
you change and set the parameters with scnSetMS
IInfo,
subsequent calls to scnGetMS
IInfo retrieve a pointer to a data
structure containing the current values.
See “MS
IINFO” in Chapter 5 to learn more about the MSIINFO
data structure.
Syntax
short far scnGetMSIInfo(LPMSIINFO lprMSIInfo);
Parameters
lprMS
I
Info
A pointer to a MSIINFO data structure.
Return Values
0
Successful.
-9
Scanner is disabled.
Example
See “scnSetMSIInfo” for an example.