OpenClientRegistryKey
This function opens a registry key associated with a USB client driver.
HKEY OpenClientRegistryKey(
LPCWSTR szUniqueDriverId
);
Parameters
- szUniqueDriverId
[in] 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 occurred.
Remarks
RegisterClientDriverID creates the client key.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
See Also
RegisterClientDriverID | USB Drivers
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.