Click or drag to resize

IMcCaptDeviceEndSnap Method

Ends a single snap operation on the capture device.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Function EndSnap ( 
	vbCancel As Boolean,
	<OutAttribute> ByRef vbComplete As Boolean,
	<OutAttribute> ByRef Image As McImage
) As mcCaptureErrorCodes

Parameters

vbCancel
Type: SystemBoolean
Set to VARIANT_TRUE to cancel the snap in progress
vbComplete
Type: SystemBoolean
Returns VARIANT_TRUE if the snap in progress is finished
Image
Type: MediaCy.IQL.EngineMcImage

Return Value

Type: mcCaptureErrorCodes
Remarks
Call this method to poll for snap completion after BeginSnap is called or to cancel a snap in progress. If snap is finished, returns the image containing the snap data.
See Also