MIB_IFTABLE

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;

Members

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

GetIfTable, MIB_IFNUMBER, MIB_IFROW