Jungo WinDriver  
Official Documentation

◆ WDU_GetDeviceAddr()

DWORD DLLCALLCONV WDU_GetDeviceAddr ( _In_ WDU_DEVICE_HANDLE  hDevice,
_Out_ DWORD *  pAddress 
)

Gets USB address that the device uses.

The address number is written to the caller supplied pAddress.

Parameters
[in]hDeviceA unique identifier for the device/interface.
[out]pAddressPointer to DWORD, in which the result will be returned.
Returns
WinDriver Error Code
Note
: This function is supported only on Windows.
DWORD dwAddress;
WDU_GetDeviceAddr(hDevice, &dwAddress);
DWORD DLLCALLCONV WDU_GetDeviceAddr(_In_ WDU_DEVICE_HANDLE hDevice, _Out_ DWORD *pAddress)
Gets USB address that the device uses.