MIB_INVERTEDIFSTACK_TABLE (Compact 2013)
3/26/2014
This structure contains a table of inverted network interface stack row entries. This specifies the relationship of the network interfaces on an interface stack in reverse order.
Syntax
typedef struct _MIB_INVERTEDIFSTACK_TABLE {
ULONG NumEntries;
MIB_INVERTEDIFSTACK_ROW Table[ANY_SIZE];
} MIB_INVERTEDIFSTACK_TABLE,
*PMIB_INVERTEDIFSTACK_TABLE;
Members
- NumEntries
The number of inverted interface stack row entries in the array.
- Table
An array of MIB_INVERTEDIFSTACK_ROW structures that contain inverted interface stack row entries.
Remarks
The relationship between the interfaces in the interface stack is that the interface with index in the HigherLayerInterfaceIndex member of the MIB_INVERTEDIFSTACK_ROW structure is immediately above the interface with index in the LowerLayerInterfaceIndex member of the MIB_INVERTEDIFSTACK_ROW structure.
The GetInvertedIfStackTable function enumerates the inverted network interface stack row entries on a local system and returns this information in a MIB_INVERTEDIFSTACK_TABLE structure.
The MIB_INVERTEDIFSTACK_TABLE structure can contain padding for alignment between the NumEntries member and the first MIB_INVERTEDIFSTACK_ROW array entry in the Table member. Padding for alignment can also be present between the MIB_INVERTEDIFSTACK_ROW array entries in the Table member. Any access to a MIB_INVERTEDIFSTACK_ROW array entry should assume padding may exist.
Requirements
Header |
ws2def.h, |
See Also
Reference
MIB Structures
GetIfStackTable
GetInvertedIfStackTable
MIB_IFSTACK_ROW
MIB_IFSTACK_TABLE
MIB_INVERTEDIFSTACK_ROW