USBInstallDriver (Windows CE 5.0)
This function installs a universal serial bus (USB) client driver. USB host client drivers must implement this function.
BOOLUSBInstallDriver(LPCWSTRszDriverLibFile);
Parameters
- szDriverLibFile
[in] Driver DLL name.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
The USB driver module calls this function when an unrecognized device is attached to the USB port and the user enters the client driver's DLL name. It registers a unique client identifier string with the USB driver module and sets up client driver settings.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
See Also
Send Feedback on this topic to the authors