This method closes the connection to the Web(USB) camera.

[Visual Basic]   [ Boolean = ]recordcontrolname.Close
[Visual C++]     [ BOOL = ]recordcontrolname.Close()
[VB.NET]   [ Boolean = ]recordcontrolname.Close()
[C#.NET]   [ bool = ]recordcontrolname.Close()

Parameters

None

Return Value

Returns True (nonzero) if successful, returns False (0) when not successful.

Explanation

The Close method closes the connection to the Web(USB) camera that was opened with the Open method. If the return value is True (nonzero), then the State property is updated. If the return value is False (0), then 11 will be set in the ErrorStatus property. This applies to executing the Close method without first executing the Open method.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation