MIB_IPADDRTABLE

The MIB_IPADDRTABLE structure contains a table of IP address entries.

typedef struct _MIB_IPADDRTABLE {
  DWORD         dwNumEntries;    // number of entries in the table
  MIB_IPADDRROW table[ANY_SIZE]; // array of IP address entries
} MIB_IPADDRTABLE, *PMIB_IPADDRTABLE;

Members

dwNumEntries
Specifies the number of IP address entries in the table.
table[ANY_SIZE]
Pointer to a table of IP address entries implemented as an array of MIB_IPADDRROW 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

GetIpAddrTable, MIB_IPADDRROW