MIB_IPFORWARDTABLE (Windows CE 5.0)
This structure contains a table of IP route entries.
typedef struct _MIB_IPFORWARDTABLE {DWORD dwNumEntries;MIB_IPFORWARDROWtable[ANY_SIZE];} MIB_IPFORWARDTABLE, *PMIB_IPFORWARDTABLE;
Members
- dwNumEntries
The number of route entries in the table. - table
Pointer to a table of route entries implemented as an array of MIB_IPFORWARDROW structures.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Iprtrmib.h.
See Also
IP Helper Structures | GetIpForwardTable | MIB_IPFORWARDROW
Send Feedback on this topic to the authors