USBUnInstallDriver (Windows CE 5.0)
This function uninstalls a universal serial bus (USB) client driver. USB host client drivers must implement this function.
BOOLUSBUnInstallDriver(void);
Parameters
None.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
A client driver can call this function to deregister from a USB driver.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
See Also
Send Feedback on this topic to the authors