The calibration procedure can be invoked from the API using the TBApiCalibrate function call.
Mode must be one of: calibrate, identify, configure or toolbar
- for calibrate a device handle is required toolbar index is ignored
- for identify device handle and toolbar index are ignored
- for toolbar both are required
- for configure both are ignored.
TBBOOL TBAPI TBApiCalibrate(HTBDEVICE aHandle, int aToolbarIndex, TBCHAR* aMode);