WinUsb_Initialize (winusb)
Last changed: -46.165.232.214

.
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)]
    public static extern int WinUsb_Initialize(IntPtr 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