PrApi: IsCalibrated

IsCalibrated

Tests the calibrated state of the device.

 Public Function IsCalibrated(
	  ByVal window_id As Long ) As Boolean

Parameters

window_id
The id of the object window. The possible values are defined in the PR_WINDOW_ID enumeration.

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function IsCalibrated(ByVal window_id As Long) As Boolean

[Delphi] function IsCalibrated(window_id: Integer): Boolean;

[C++] bool IsCalibrated(long window_id);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods InitTerminalAuth LightListItem