Jungo WinDriver  
Official Documentation

◆ WDC_PciResetDevice()

DWORD DLLCALLCONV WDC_PciResetDevice ( _In_ WDC_DEVICE_HANDLE  hDev)

Reset the PCI function without affecting other functions on the device.

This operation performs a Function Level Reset (FLR), if supported by the device. Note: The device must support this capability; otherwise, the operation will fail.

Parameters
[in]hDevHandle to a WDC PCI device structure, returned by WDC_PciDeviceOpen()
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise