次の方法で共有


LPOPEN_CLIENT_REGISTRY_KEY (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

USB Host Driver Functions
LPREGISTER_CLIENT_DRIVER_ID