This function translates a USB string descriptor into a null-terminated string.
BOOL TranslateStringDescr(
LPCUSB_STRING_DESCRIPTOR lpStringDescr, LPWSTR szString, DWORD cchStringLength );
TRUE indicates that lpStringDescr points to a valid USB string descriptor.
If the string being translated would overflow the supplied buffer, it is truncated.
This function is defined in the Mousedrv.cpp file.