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 values of the received flags.

uCapFlagNominalValue

Contains the nominal values 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, 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.

Use the received flags to get the available values of the received property ID through the LWIACAPABILITY structure.

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

LWIACAPFLAGVALUES is used with the LWia::EnumCapabilities function.

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++ Class Library Help