MIB_IFTABLE (Windows CE 5.0)

Send Feedback

This structure contains a table of interface entries.

typedef struct _MIB_IFTABLE {DWORD dwNumEntries; MIB_IFROWtable[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

OS Versions: Windows CE 3.0 and later.
Header: Iprtrmib.h.

See Also

IP Helper Structures | GetIfTable | MIB_IFROW

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.