This function sets the properties associated with the specified attribute.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_GUI_scan_attribute_set(
HWND hwndScan,
AT_MODE nAttributeID,
const LPVOID lpData
);
|
Name | Type | Description |
---|---|---|
hwndScan | HWND | HWND for which to set the properties. |
nAttributeID | AT_MODE | The attribute for which to set properties. |
lpData | const LPVOID | The property data for the specified attribute. |
This function does not process image pixels.
See enumGUIScanAttr for attribute information.
To determine the number of errors currently on the error stack use IG_error_check. After fetching all error information you need using IG_error_get, use IG_error_clear to clear the stack.