This function opens a registry key associated with a client driver.
HKEY OpenClientRegistryKey( LPCWSTR szUniqueDriverId );
A handle to the appropriate key indicates success. NULL indicates that no key exists for that driver or that some other error occurs.
The client key is created in the RegisterClientDriverId function.
This function is defined in the Mousedrv.cpp file.