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;
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in Iprtrmib.h.