Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MIB_IF_TABLE_LEVEL enumeration type defines the level of interface information to retrieve.
Syntax
typedef enum _MIB_IF_TABLE_LEVEL {
  MibIfTableNormal,
  MibIfTableRaw,
  MibIfTableNormalWithoutStatistics
} MIB_IF_TABLE_LEVEL, *PMIB_IF_TABLE_LEVEL;
Constants
MibIfTableNormalThe values of statistics and state that are returned in members of the MIB_IF_ROW2 structure in the MIB_IF_TABLE2 structure that the Table parameter points to in the GetIfTable2Ex function are returned from the top of the filter stack.  | 
MibIfTableRawThe values of statistics and state that are returned in members of the MIB_IF_ROW2 structure in the MIB_IF_TABLE2 structure that the Table parameter points to in the GetIfTable2Ex function are returned directly for the interface that is being queried.  | 
MibIfTableNormalWithoutStatisticsNote  This value is available starting with Windows 10, version 1703. The values returned are the same as for the MibIfTableNormal value, but without the statistics.  | 
Remarks
The MIB_IF_TABLE_LEVEL enumeration type is used with the GetIfTable2Ex function to specify the level of interface information to retrieve.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. | 
| Header | netioapi.h (include Netioapi.h) |