LPLOAD_GENERIC_INTERFACE_DRIVER (Windows Embedded CE 6.0)
1/6/2010
This function load drivers for other interfaces on a device. universal serial bus (USB) drivers call this function.
Syntax
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 Value
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
Header | usbdi.h |
Windows Embedded CE | Windows CE 2.10 and later |