The MIB_UDPROW structure contains address information for sending and receiving User Datagram Protocol (UDP) datagrams.
typedef struct _MIB_UDPROW { DWORD dwLocalAddr; // IP address on local computer DWORD dwLocalPort; // port number on local computer } MIB_UDPROW, *PMIB_UDPROW;
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in Iprtrmib.h.