The MIB_IFTABLE structure contains a table of interface entries.
typedef struct _MIB_IFTABLE { DWORD dwNumEntries; // number of entries in table MIB_IFROW table[ANY_SIZE]; // array of interface entries } MIB_IFTABLE, *PMIB_IFTABLE;
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in Iprtrmib.h.