LWIACAPABILITYVALUES

typedef struct _LWIACAPABILITYVALUES 
{ 
   L_UINT  uStructSize; 
   pLWIACAPFLAGVALUES pCapFlagsValues; 
   pLWIACAPLISTVALUES pCapListValues; 
   pLWIACAPRANGEVALUES pCapRangeValues; 
} LWIACAPABILITYVALUES, * pLWIACAPABILITYVALUES; 

The LWIACAPABILITYVALUES structure provides information about each enumerated WIA capability values.

Members

uStructSize

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

pCapFlagsValues

Pointer to the flag values structure.

pCapListValues

Pointer to the list values structure.

pCapRangeValues

Pointer to the range values structure.

Comments

This feature is available in LEADTOOLS version 16 or higher.

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

The structure is used by:

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

LEADTOOLS WIA C API Help