The MIB_IPFORWARDTABLE structure contains a table of IP route entries.
typedef struct _MIB_IPFORWARDTABLE { DWORD dwNumEntries; // number of entries in the table MIB_IPFORWARDROW table[ANY_SIZE]; // array of route entries } MIB_IPFORWARDTABLE, *PMIB_IPFORWARDTABLE;
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in Iprtrmib.h.