MIB_IPFORWARDTABLE

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;

Members

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

GetIpForwardTable, MIB_IPFORWARDNUMBER, MIB_IPFORWARDROW