Document Title Here
AET65 API
Version 1.0
idvation GmbH
Otto-Hesse-Straße 19 / T5
Phone +49 6151 9926567
D-64293 Darmstadt
Fax +49 6151 3689296
www.idvation.com
Page 48 of 84
Page 48 of 84
5.2.12.
ABS_PROCESS_SUCCESS_DATA
This structure is a container for additional data associated with ABS_MSG_PROCESS_SUCCESS message
sent to callback of an interactive operation.
typedef struct abs_process_success_data {
ABS_DWORD ProcessID;
ABS_IMAGE* SampleImage;
ABS_BIR* Template;
} ABS_PROCESS_SUCCESS_DATA
Description
Process ID
ID of process stage. See ABS_PROCESS_xxxx constants.
SampleImage
Pointer to scanned image.
Can be NULL if no image is associated with the message.
Template
Pointer to processed template.
Can be NULL if no template is associated with the message.
5.2.13.
ABS_NAVIGATION_DATA
This structure is a container for additional data associated with ABS_MSG_NAVIGATE_CHANGE message
sent to callback of an interactive operation.
typedef struct abs_navigation_data {
ABS_LONG DeltaX;
ABS_LONG DeltaY;
ABS_BOOL FingerPresent;
} ABS_NAVIGATION_DATA
Description
DeltaX
Change of the virtual pointer’s coordinates, in the horizontal
direction.
DeltaY
Change of the virtual pointer’s coordinates, in the vertical direction.
FingerPresent
ABS_TRUE if finger is present on the sensor, ABS_FALSE
otherwise.
5.2.14.
ABS_DEVICE_LIST_ITEM
Item of the device info list
typedef struct abs_device_list_item {
ABS_CHAR DsnSubString[260];
ABS_BYTE reserved[256];
} ABS_DEVICE_LIST_ITEM
Description
DsnSubString[260]
String usable as part of DSN for ABSOpen to connect to this device.
Reserved[256]
Reserved for future use.