The MIB_UDPTABLE structure contains a table of MIB_UDPROW structures.
typedef struct _MIB_UDPTABLE { DWORD dwNumEntries; // number of entries in the table MIB_UDPROW table[ANY_SIZE]; // table of MIB_UDPROW structs } MIB_UDPTABLE, *PMIB_UDPTABLE;
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in Iprtrmib.h.