2.2.1.2.34 MIB_IPFORWARDNUMBER
The MIB_IPFORWARDNUMBER structure stores the number of routes in a specific IP routing table.
-
typedef struct _MIB_IPFORWARDNUMBER { DWORD dwValue; } MIB_IPFORWARDNUMBER, *PMIB_IPFORWARDNUMBER;
dwValue: Specifies the number of routes in the IP routing table.