Glossary Item Box

ImageMan DLL Suite Version 8 Submit feedback on this topic   

ScanLowRegisterApp

void IMAPI ScanLowRegisterApp (hJob, Major, Minor, nLanguage, nCountry, lpVers, lpMfg, Family, lpProduct )

This low level function specifies information about the scanning application.

 

Parameter

Type

Description

hJob

HTWAINJOB

Handle to a TWAIN job returned from ScanLowInitTwainJob.

Major

int

Specifies Major portion of the app's version.

Minor

int

Specifies Minor portion of the app's version.

nLanguage

int

Specifies language of the app.

nCountry

int

Specifies the Country of the app.

lpVers

LPSTR

A string specifying the app's Version #.

lpMfg

LPSTR

The app's manufacturer.

lpFamily

LPSTR

The app's family description.

lpProduct

LPSTR

The app's product name

 

Return Value

This function does not return a value.

Comments

This function specifies information about the application that is scanning. Some TWAIN devices may display some of this information in their dialogs.

 

The defines for the nLanguage and nCountry fields can be found in the twain.h file. The nLanguage value for US English is TWLG_USA. The nCountry value for the US is TWCY_USA.

Note

Calling this function is optional as ImageMan provides defaults for all these values.

 

 


Copyright 2008 Data Techniques, Inc. All Rights Reserved