Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function registers a unique string to identify a universal serial bus (USB) client driver.
typedef BOOL (* LPREGISTER_CLIENT_DRIVER_ID)( 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.
Send Feedback on this topic to the authors