OpenClientRegistryKey

This function opens a registry key associated with a client driver.

Syntax

HKEY OpenClientRegistryKey( LPCWSTR szUniqueDriverId );

Parameters

szUniqueDriverId
[IN] Specifies a unique driver identifier string.

Return Values

A handle to the appropriate key indicates success. NULL indicates that no key exists for that driver or that some other error occurs.

Remarks

The client key is created in the RegisterClientDriverId function.

This function is defined in the Mousedrv.cpp file.

See Also

RegisterClientDriverId