Skip to content

Latest commit

 

History

History
110 lines (73 loc) · 3.59 KB

ns-ifmib-mib_iftable.md

File metadata and controls

110 lines (73 loc) · 3.59 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:ifmib._MIB_IFTABLE
MIB_IFTABLE (ifmib.h)
Contains a table of interface entries.
*PMIB_IFTABLE
MIB_IFTABLE
MIB_IFTABLE structure [MIB]
PMIB_IFTABLE
PMIB_IFTABLE structure pointer [MIB]
_mpr_mib_iftable
ifmib/MIB_IFTABLE
ifmib/PMIB_IFTABLE
iprtrmib/MIB_IFTABLE
iprtrmib/PMIB_IFTABLE
mib.mib_iftable
rras.mib_iftable
mib\mib_iftable.htm
MIB
7c3ca3d0-b6fe-4e1c-858f-82ffb26622e7
12/05/2018
*PMIB_IFTABLE, MIB_IFTABLE, MIB_IFTABLE structure [MIB], PMIB_IFTABLE, PMIB_IFTABLE structure pointer [MIB], _mpr_mib_iftable, ifmib/MIB_IFTABLE, ifmib/PMIB_IFTABLE, iprtrmib/MIB_IFTABLE, iprtrmib/PMIB_IFTABLE, mib.mib_iftable, rras.mib_iftable
ifmib.h
Iphlpapi.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
MIB_IFTABLE, *PMIB_IFTABLE
19H1
_MIB_IFTABLE
ifmib/_MIB_IFTABLE
PMIB_IFTABLE
ifmib/PMIB_IFTABLE
MIB_IFTABLE
ifmib/MIB_IFTABLE
c++
APIRef
kbSyntax
HeaderDef
Ifmib.h
Iprtrmib.h
MIB_IFTABLE

MIB_IFTABLE structure

-description

The MIB_IFTABLE structure contains a table of interface entries.

-struct-fields

-field dwNumEntries

The number of interface entries in the array.

-field table

An array of MIB_IFROW structures containing interface entries.

-remarks

The GetIfTable function enumerates the interface entries on a local system and returns this information in a MIB_IFTABLE structure.

The MIB_IFTABLE structure may contain padding for alignment between the dwNumEntries member and the first MIB_IFROW array entry in the table member. Padding for alignment may also be present between the MIB_IFROW array entries in the table member. Any access to a MIB_IFROW array entry should assume padding may exist.

On the Microsoft Windows Software Development Kit (SDK) released for Windows Vista and later, the organization of header files has changed and the MIB_IFTABLE structure is defined in the Ifmib.h header file not in the Iprtrmib.h header file. Note that the Ifmib.h header file is automatically included in Ipmib.h header file. This file is automatically included in the Iprtrmib.h header file which is automatically included in the Iphlpapi.h header file. The Ifmib.h header file should never be used directly.

-see-also

GetIfTable

GetIfTable2

GetIfTable2Ex

MIB_IFNUMBER

MIB_IFROW

MIB_IF_ROW2

MIB_IF_TABLE2