Jungo WinDriver  
Official Documentation

◆ WDC_DeviceClose()

DWORD DLLCALLCONV WDC_DeviceClose ( _In_ WDC_DEVICE_HANDLE  hDev)

Uninitializes a WDC device structure (PCI, ISA, or Platform) and frees the memory allocated for it.

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