MIB_IF_TABLE_LEVEL (Compact 2013)
3/26/2014
This enumeration type defines the level of interface information to retrieve.
Syntax
typedef enum _MIB_IF_TABLE_LEVEL {
MibIfTableNormal = 0,
MibIfTableRaw = 1
} MIB_IF_TABLE_LEVEL, *PMIB_IF_TABLE_LEVEL;
Members
- MibIfTableNormal
The 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.
- MibIfTableRaw
The 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.
Remarks
The MIB_IF_TABLE_LEVEL enumeration type is used with the GetIfTable2Ex function to specify the level of interface information to retrieve.