This function is called by USB drivers to load drivers for other interfaces on a device.
BOOL LoadGenericInterfaceDriver( USB_HANDLE hDevice, LPCUSB_INTERFACE lpInterface );
TRUE indicates that a driver was successfully loaded for an interface. FALSE indicates failure.
If a client accepts control of a device, this function must be called to load a driver for any uncontrolled interfaces.
This function is defined in the Mousedrv.cpp file.