LWIACAPFLAGVALUES

typedef struct _LWIACAPFLAGVALUES 
{ 
   L_UINT uStructSize; 
   L_UINT uCapFlagValues; 
   L_UINT uCapFlagNominalValue; 
} LWIACAPFLAGVALUES, * pLWIACAPFLAGVALUES; 

The LWIACAPFLAGVALUES structure provides information about the enumerated WIA capabilities of type WIA_PROP_FLAG.

Members

uStructSize

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

uCapFlagValues

Contains the received flag values.

uCapFlagNominalValue

Contains the nominal value for the received flags.

Comments

This feature is available in LEADTOOLS version 16 or higher.

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

You can use the received flags to get the available values of the received property ID through the LWIACAPABILITY structure.

Refer to Microsoft SDK help for a list of available values for each received property ID.

This structure is used by:

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

LEADTOOLS WIA C API Help

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