Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS TWAIN C DLL Help

LTWAINSOURCEINFO

Show in webframe

typedef struct _LTWAINSOURCEINFO
{
   L_UINT uStructSize;
   L_TCHAR * pszTwnSourceName;
   L_TCHAR * pszTwnProductFamily;
   L_TCHAR * pszTwnManufacturer;
} LTWAINSOURCEINFO,  * pLTWAINSOURCEINFO;

The LTWAINSOURCEINFO structure provides information about the available TWAIN source.

Member

Description

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() macro to calculate this value.

pszTwnSourceName

Character string that contains the name of the TWAIN source.

pszTwnProductFamily

Character string that contains the scanner product family name.

pszTwnManufacturer

Character string that contains the manufacturer name of the scanner.

Comments

pLTWAINSOURCEINFO is a pointer to an LTWAINSOURCEINFO structure. Where the function parameter type is pLTWAINSOURCEINFO, you can declare an LTWAINSOURCEINFO variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pLTWAINSOURCEINFO variable is necessary only if your program requires a pointer.

LTWAINSOURCEINFO is used with the LTWAINSOURCEINFOCALLBACK function.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.