USBUnInstallDriver (Windows CE 5.0)

Send Feedback

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

USBInstallDriver

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.