This function deregisters USB device driver settings.
BOOL UnRegisterClientSettings( LPCWSTR szUniqueDriverId,
LPCWSTR szReserved, LPCUSB_DRIVER_SETTINGS lpDriverSettings );
TRUE indicates success. FALSE indicates failure.
This function is called by client drivers in 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, RegisterClientSettings