LPOPEN_CLIENT_REGISTRY_KEY (Windows CE 5.0)

Send Feedback

This function opens a registry key associated with a universal serial bus (USB) client driver.

typedef HKEY (* LPOPEN_CLIENT_REGISTRY_KEY)(  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

LPREGISTER_CLIENT_DRIVER_ID creates the client key.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.

See Also

LPREGISTER_CLIENT_DRIVER_ID

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.