Jungo WinDriver  
Official Documentation

◆ WDU_DETACH_CALLBACK

typedef void(DLLCALLCONV * WDU_DETACH_CALLBACK) (_In_ WDU_DEVICE_HANDLE hDevice, _In_ PVOID pUserData)

WinDriver calls this function when a controlled device has been detached from the system.

Parameters
[in]hDeviceA unique identifier for the device/interface.
[in]pUserDataPointer to user data that was passed to WDU_Init
Returns
None.

Definition at line 45 of file wdu_lib.h.