TBApiRemoveCalibrationStyle API Call

 

Description

Delete the definition of the specified calibration style.

Parameters

Device handle and style name to delete.

Returns

0 = fail, 1 = OK.

Notes

It is necessary to invoke TBApiApply for the changes to take effect.

See also

Other calibration related API calls.

 

Visual C++ Declaration/example

 

BOOL TBAPI TBApiRemoveCalibrationStyle(HTBDEVICE aDeviceHandle, const TCHAR* aStyleName);

 

Visual Basic Declaration/example

 

Public Declare Function TBApiRemoveCalibrationStyle Lib "TBapi" Alias “_DLL_TBApiRemoveCalibrationStyle@8" (ByVal aDeviceHandle As Byte, ByVal aStyleName As String) As Long