IMcCaptDevice2EndDeviceProfile Method
|
|
End a device profile operation.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxFunction EndDeviceProfile (
vbCancel As Boolean,
<OutAttribute> ByRef vbComplete As Boolean,
<OutAttribute> ByRef vResults As Object
) As mcCaptureErrorCodes
Parameters
- vbCancel
- Type: SystemBoolean
Set to true to cancel the device profile operation - vbComplete
- Type: SystemBoolean
Is set to true when device profile has completed - vResults
- Type: SystemObject
Return array of result values
Return Value
Type:
mcCaptureErrorCodes
RemarksCalling this method polls the source device to determine whether
a device profile operation has ended or cancels the operation.
See Also