MIB_IFTABLE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IP Helper Structures
GetIfTable
MIB_IFROW