RegisterClientDriverID

This function registers a unique string to identify a USB client driver.

BOOL RegisterClientDriverID(
  LPCWSTR szUniqueDriverId 
);

Parameters

  • szUniqueDriverId
    [in] Unique client driver identifier string.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

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

See Also

USB Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.