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 80 of 84
Page 80 of 84
ABS_MSG_DLG_SHOW 0x51000000
Notifies that the feedback dialog should be shown.
pMsgData is always NULL.
ABS_MSG_DLG_HIDE 0x52000000
Notifies that the feedback dialog should be hidden.
pMsgData is always NULL.
ABS_MSG_IDLE 0x0
Special message, which gives the callback a chance to cancel the interactive operation. pMsgData is
always NULL.
Note that this message is used only when flag ABS_OPERATION_FLAG_USE_IDLE was specified in
structure ABS_OPERATION.
This allows to cancel the interactive operation even in single-threaded applications.