The function GetUdpTable() in IP Helper returns a table of MIB_UDPROW.
MIB_UDPROW
struct does not contain any information about the remote address of the UDP connection, the extended variants of GetUdpTable()
only adds the pid
to the return struct.
Is it possible to get the remote address for an active UDP connection using IP Helper (or any other winapi)?