LPLOAD_GENERIC_INTERFACE_DRIVER (Windows CE 5.0)
This function load drivers for other interfaces on a device. universal serial bus (USB) drivers call this function.
typedef BOOL (* LPLOAD_GENERIC_INTERFACE_DRIVER)( USB_HANDLE hDevice, LPCUSB_INTERFACE lpInterface);
Parameters
- hDevice
[in] Handle to a USB device, which is passed in the USBDeviceAttach function. - lpInterface
[in] Pointer to a USB_INTERFACE_DESCRIPTOR structure for an interface.
Return Values
TRUE indicates that a driver was successfully loaded for an interface. FALSE indicates failure.
Remarks
If a client accepts control of a device, this function must execute to load a driver for any uncontrolled interfaces.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
See Also
USBDeviceAttach | USB_INTERFACE
Send Feedback on this topic to the authors