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

LTWAINSOURCE

Show in webframe

typedef struct _LTWAINSOURCE
{
   L_UINT uStructSize;
   L_TCHAR * pszTwainSourceName; 
} LTWAINSOURCE,  * pLTWAINSOURCE;

The LTWAINSOURCE 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.

pszTwainSourceName

Character string that contains the name of the required TWAIN source.

Comments

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

LTWAINSOURCE is used with the L_TwainSelectSource function.

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