This function is called to set up USB driver load settings.
BOOL RegisterClientSettings( LPCWSTR szDriverLibFile,
LPCWSTR szUniqueDriverId, LPCWSTR szReserved, LPCUSB_DRIVER_SETTINGS lpDriverSettings );
TRUE indicates success. FALSE indicates failure.
This function is called by client drivers during their installation routine. It sets up appropriate registry keys, based on lpDriverSettings so that the driver is loaded whenever the device is attached.
This function is defined in the Mousedrv.cpp file.
USB_DRIVER_SETTINGS, UnRegisterClientSettings