LPLOAD_GENERIC_INTERFACE_DRIVER (Windows CE 5.0)

Send Feedback

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

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.