
s c n G e t M S I I n f o
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 scnSetMSIInfo, subsequent calls to scnGetMSIInfo retrieve a pointer to a data structure containing the current values.
See “MSIINFO” in Chapter 5 to learn more about the MSIINFO data structure.
Syntax
short far scnGetMSIInfo(LPMSIINFO lprMSIInfo);
Parameters
lprMSIInfo A pointer to a MSIINFO data structure.
Return Values
0 | Successful. |
Scanner is disabled. |
Example
See “scnSetMSIInfo” for an example.