USBUnInstallDriver

This function uninstalls a USB client driver.

Syntax

BOOL USBUnInstallDriver( void );

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

This function can be called by a client driver to deregister itself with USBD.

This function is defined in the Mousedrv.cpp file.

See Also

USBInstallDriver