The MIB_UDPROW structure contains address information for sending and receiving User Datagram Protocol (UDP) datagrams. This structure is used in the following structures:
MIB_OPAQUE_INFO (section 2.2.1.2.52)
MIB_UDPTABLE (section 2.2.1.2.60)
typedef struct _MIB_UDPROW {
DWORD dwLocalAddr;
DWORD dwLocalPort;
} MIB_UDPROW,
*PMIB_UDPROW;
dwLocalAddr: The IPv4 address on the local computer.
dwLocalPort: The port number on the local computer.