Click or drag to resize

IMcCaptDeviceClose Method

Closes a McCaptDevice object when it is no longer needed.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Sub Close
Remarks
This method is called to close the capture device after a client is finished using it. Devices can be opened multiple times and a reference counter is kept to syncronize with Close. Close won't actually close the device until the reference count is zero.
See Also