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 20 of 84
Page 20 of 84
3.3.6.
ABSNavigate
ABS_STATUS ABSNavigate(
IN ABS_CONNECTION hConnection
IN ABS_OPERATION *pOperation
IN ABS_DWORD dwFlags
)
Description
Switch FM to navigation mode (a.k.a. biometric mouse).
Not all devices support this mode. If the navigation is not
supported by the device, ABS_STATUS_NOT_SUPPORTED is
returned. Please note there are few very old legacy devices where
the navigation support is broken. With these devices, the function
never sends ABS_MSG_NAVIGATE_CHANGE messages to the
callback, making the navigation mode unusable.
Remember that the function never returns ABS_STATUS_OK
because it does not return until the function is canceled with
ABSCancelOperation (or until an error occurs).
Parameters
hConnection
Handle to the connection to FM.
pOperation
See description of ABS_OPERATION.
dwFlags
Reserved for future use. Set to zero.
Return Value
ABS_STATUS
Result code.