MIB_UDPTABLE

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;

Members

dwNumEntries
Specifies the number of entries in the table.
table[ANY_SIZE]
Pointer to an array of MIB_UDPROW structures.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
  Windows 95/98: Requires Windows 98.
  Header: Declared in Iprtrmib.h.

See Also

GetUdpTable, MIB_UDPROW