Share via


LPOPEN_CLIENT_REGISTRY_KEY (Compact 2013)

3/26/2014

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

Syntax

typedef HKEY (* LPOPEN_CLIENT_REGISTRY_KEY)(
  LPCWSTR szUniqueDriverId
);

Parameters

  • szUniqueDriverId
    [in] Unique driver identifier string.

Return Value

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

Header

usbdi.h

See Also

Reference

USB Driver Functions
LPREGISTER_CLIENT_DRIVER_ID