Function libftd2xx_ffi::FT_Reload

source ·
pub unsafe extern "C" fn FT_Reload(wVID: WORD, wPID: WORD) -> FT_STATUS
Expand description

@noop FT_Reload @par Supported Operating Systems Windows (2000 and later) @par Summary This function forces a reload of the driver for devices with a specific VID and PID combination. @param wVID Vendor ID of the devices to reload the driver for. @param wPID Product ID of the devices to reload the driver for. @returns FT_OK if successful, otherwise the return value is an FT error code. @remarks Calling FT_Reload forces the operating system to unload and reload the driver for the specified device IDs. If the VID and PID parameters are null, the drivers for USB root hubs will be reloaded, causing all USB devices connected to reload their drivers. Please note that this function will not work correctly on 64-bit Windows when called from a 32-bit application.