LTWAINSOURCE

Summary

The LTWAINSOURCE structure provides information about the available TWAIN source.

Syntax

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

Members

L_UINT uStructSize

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

L_TCHAR pszTwainSourceName

Pointer to a 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.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS TWAIN C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.