QuickUsbClose (quickusb)
Last changed: eggie5-149.63.77.160

.
Summary
Closes the connection to the device

C# Signature:

[DllImport("quickusb.dll", CharSet = CharSet.Ansi)]
private static extern int QuickUsbClose(IntPtr handle);

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:

int result = QuickUsbClose(handle);

Documentation