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 53 of 84
Page 53 of 84
6.0. Specific Constants
6.1. Flags for ABSInitializeEx (ABS_INIT_FLAG_xxxx)
The following flags can be used in function ABSInitializeEx.
ABS_INIT_FLAG_NT_SERVICE 0x1
Initializes the library in a mode compatible with Windows NT service.
This mode is supported only on MS Windows. You should use this flag only when your application is
running as NT service.
Note that this flag cannot be used together with ABS_INIT_FLAG_FORCE_REMOTE_SENSOR.
When flag ABS_INIT_FLAG_NT_SERVICE is used, only local devices can be opened, regardless
whether ABS_INIT_FLAG_FORCE_LOCAL_SENSOR flag is or is not used.
ABS_INIT_FLAG_FORCE_LOCAL_SENSOR 0x2
Forces BSAPI to ignore remote sessions and always open sensors locally.
6.2. Flags for ABS_OPERATION (ABS_OPERATION_FLAG_xxxx)
The following flags can be used in structure ABS_OPERATION.
ABS_OPERATION_FLAG_LL_CALLBACK 0x1
Enables low level callback mode.
See documentation of ABS_CALLBACK for more information how the low level callback mode differs
from the default high level mode.
ABS_OPERATION_FLAG_USE_IDLE 0x2
Enables sending of messages ABS_MSG_IDLE to operation callback.
By default idle messages are not sent. If they are enabled, they are called in short intervals so you
can call ABSCancelOperation effectively from the operation callback.
You should not allow sending the idle messages unless you really need them.