Share via


MIB_IFTABLE (Windows Embedded CE 6.0)

1/6/2010

This structure contains a table of interface entries.

Syntax

typedef struct _MIB_IFTABLE {
  DWORD dwNumEntries; 
  MIB_IFROW table[ANY_SIZE]; 
} MIB_IFTABLE, *PMIB_IFTABLE;

Members

  • dwNumEntries
    The number of interface entries in the array.
  • table
    Pointer to a table of interface entries implemented as an array of MIB_IFROW structures.

Requirements

Header iprtrmib.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

IP Helper Structures
GetIfTable
MIB_IFROW