Jungo WinDriver
Official Documentation
|
typedef BOOL(DLLCALLCONV * WDU_ATTACH_CALLBACK) (_In_ WDU_DEVICE_HANDLE hDevice, _In_ WDU_DEVICE *pDeviceInfo, _In_ PVOID pUserData) |
WinDriver calls this function with any new device that is attached, matches the given criteria, and if WD_ACKNOWLEDGE was passed to WDU_Init() in dwOptions - not controlled yet by another driver.
This callback is called once for each matching interface.
[in] | hDevice | A unique identifier for the device/interface |
[in] | pDeviceInfo | Pointer to device configuration details. This pointer is valid until the end of the function. |
[in] | pUserData | Pointer to user data that was passed to WDU_Init (in the event table). |