WinUsb_Initialize (winusb)
Last changed: -109.42.113.148

.
Summary
The WinUsb routine retrieves a handle for the interface that is associated with the indicated device.

C# Signature:

[DllImport("winusb.dll", SetLastError = true, CharSet = CharSet.Auto)]
static extern int WinUsb_Initialize(SafeFileHandle DeviceHandle, out IntPtr InterfaceHandle);

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