PrApi: CaptureWait

CaptureWait

Ends the capture process started with the CaptureStart() method.

 Public Function CaptureWait(
	  ByVal reqid As Long ) As Boolean

Parameters

reqid
Id of the capture returned by the CaptureStart() method.

Return Values

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

Languages

[Visual Basic] Public Function CaptureWait(ByVal reqid As Long) As Boolean

[Delphi] function CaptureWait(reqid: Integer): Boolean;

[C++] bool CaptureWait(long reqid);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods CaptureStatus CheckRfidFileHash