Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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) |