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 |
Visual C++ Declaration/example
BOOL TBAPI TBApiRemoveCalibrationStyle(HTBDEVICE aDeviceHandle, const
TCHAR* aStyleName);
Public Declare Function
TBApiRemoveCalibrationStyle Lib "TBapi" Alias
“_DLL_TBApiRemoveCalibrationStyle@8" (ByVal aDeviceHandle As Byte, ByVal
aStyleName As String) As Long