QuickUsbClose (quickusb)
Last changed: eggie5-149.63.77.160

.
Summary
Closes the connection to the device

C# Signature:

[DllImport("quickusb.dll", SetLastError=true)]
static extern TODO QuickUsbClose(TODO);

VB Signature:

Declare Function QuickUsbClose Lib "quickusb.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation